summaryrefslogtreecommitdiff
path: root/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild')
-rw-r--r--app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild b/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild
index 17779551f5d6..d85decce8d49 100644
--- a/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild
+++ b/app-mobilephone/gnokii/gnokii-0.6.31-r1.ebuild
@@ -2,7 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-
inherit autotools eutils linux-info
HOMEPAGE="http://www.gnokii.org/"
@@ -32,11 +31,13 @@ RDEPEND="
mysql? ( virtual/mysql:= )
)
usb? ( virtual/libusb:0 )
- X? ( x11-libs/gtk+:2 )"
+ X? ( x11-libs/gtk+:2 )
+"
DEPEND="${RDEPEND}
dev-util/intltool
irda? ( virtual/os-headers )
- nls? ( sys-devel/gettext )"
+ nls? ( sys-devel/gettext )
+"
CONFIG_CHECK="~UNIX98_PTYS"
@@ -50,6 +51,7 @@ IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}"
PATCHES=(
"${FILESDIR}"/${P}-fix_xgnokii_inclusion.patch
"${FILESDIR}"/${P}-gcc5.patch
+ "${FILESDIR}"/${P}-gcc7.patch
)
src_prepare() {