commit: 1171f37bbef9d289c36f8c144c89ca7048e6a94f Author: Ryan Hill <rhill <AT> gentoo <DOT> org> AuthorDate: Tue Feb 9 04:37:41 2016 +0000 Commit: Ryan Hill <rhill <AT> gentoo <DOT> org> CommitDate: Thu Apr 14 02:28:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1171f37b
x11-libs/wxGTK: EAPI 6 Package-Manager: portage-2.2.27 x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild | 6 ++++-- 1 file 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 2d3eab3..e4269b9 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() {
