app-emulation/wine: Bump wine-9999 to EAPI 6
authorNP-Hardass <NP-Hardass@gentoo.org>
Mon, 18 Apr 2016 23:19:38 +0000 (19:19 -0400)
committerNP-Hardass <NP-Hardass@gentoo.org>
Tue, 19 Apr 2016 17:07:36 +0000 (13:07 -0400)
Package-Manager: portage-2.2.26

app-emulation/wine/wine-9999.ebuild

index 16cac60b6d63d604a9c6dc95022d08395632804e..d0ad464c637fb25928add53d2d7e385edb27af70 100644 (file)
@@ -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