app-admin/sudo: Bumped live ebuild to EAPI-6.
authorLars Wendler <polynomial-c@gentoo.org>
Thu, 17 Mar 2016 19:07:30 +0000 (20:07 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Thu, 17 Mar 2016 19:58:24 +0000 (20:58 +0100)
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
app-admin/sudo/sudo-9999.ebuild

index c1143830b2e54268af5d8244ee423b5a1f93395d..d544711d5fad3d2908323ff9a1052eb428caf4de 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit eutils pam multilib libtool
 if [[ ${PV} == "9999" ]] ; then
@@ -56,6 +56,7 @@ REQUIRED_USE="pam? ( !skey ) skey? ( !pam )"
 MAKEOPTS+=" SAMPLES="
 
 src_prepare() {
+       default
        elibtoolize
 }