summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2016-02-08 22:37:41 -0600
committerRyan Hill <rhill@gentoo.org>2016-04-13 20:28:47 -0600
commit1171f37bbef9d289c36f8c144c89ca7048e6a94f (patch)
tree5ad66fdcfa4b3e5f604a2e2ca33967f2a9adbf54 /x11-libs
parentx11-libs/wxGTK: Update dependencies (diff)
downloadgentoo-1171f37bbef9d289c36f8c144c89ca7048e6a94f.tar.gz
gentoo-1171f37bbef9d289c36f8c144c89ca7048e6a94f.tar.bz2
gentoo-1171f37bbef9d289c36f8c144c89ca7048e6a94f.zip
x11-libs/wxGTK: EAPI 6
Package-Manager: portage-2.2.27
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild b/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild
index 2d3eab3e8707..e4269b972751 100644
--- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild
+++ b/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI="6"
-inherit eutils flag-o-matic multilib-minimal
+inherit multilib-minimal
DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit"
HOMEPAGE="http://wxwidgets.org/"
@@ -91,6 +91,8 @@ src_prepare() {
-e "s:\(WX_SUBVERSION=\).*:\1${WXSUBVERSION}:" \
-e '/WX_VERSION_TAG=/ s:${WX_RELEASE}:3.0:' \
configure || die
+
+ default
}
multilib_src_configure() {