summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2016-04-18 19:19:38 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2016-04-19 13:07:36 -0400
commit00426285a87ca74b50f4b3747c246de37b5870f8 (patch)
tree726acdefb706db2271aed11b7a2f57f5d843b75a /app-emulation/wine/wine-9999.ebuild
parentapp-emulation/wine: Convert wine-1.9.5-multilib-portage.patch to -p1 (diff)
downloadgentoo-00426285a87ca74b50f4b3747c246de37b5870f8.tar.gz
gentoo-00426285a87ca74b50f4b3747c246de37b5870f8.tar.bz2
gentoo-00426285a87ca74b50f4b3747c246de37b5870f8.zip
app-emulation/wine: Bump wine-9999 to EAPI 6
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-emulation/wine/wine-9999.ebuild')
-rw-r--r--app-emulation/wine/wine-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
index 16cac60b6d63..d0ad464c637f 100644
--- a/app-emulation/wine/wine-9999.ebuild
+++ b/app-emulation/wine/wine-9999.ebuild
@@ -2,13 +2,12 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI=6
-AUTOTOOLS_AUTORECONF=1
PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW"
PLOCALE_BACKUP="en"
-inherit autotools-utils eutils fdo-mime flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx versionator
+inherit autotools eutils fdo-mime flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx versionator
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://source.winehq.org/git/wine.git http://source.winehq.org/git/wine.git"
@@ -270,7 +269,8 @@ src_prepare() {
fi
fi
- autotools-utils_src_prepare
+ default
+ eautoreconf
# Modification of the server protocol requires regenerating the server requests
if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then