summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-03-17 20:07:30 +0100
committerLars Wendler <polynomial-c@gentoo.org>2016-03-17 20:58:24 +0100
commitefd091b2154fc00c661a848eb557c3aba7db0df9 (patch)
tree90775ee648bb14baf28502d55a69569cdc37e186 /app-admin
parentapp-admin/sudo: Bump to version 1.8.16 (diff)
downloadgentoo-efd091b2154fc00c661a848eb557c3aba7db0df9.tar.gz
gentoo-efd091b2154fc00c661a848eb557c3aba7db0df9.tar.bz2
gentoo-efd091b2154fc00c661a848eb557c3aba7db0df9.zip
app-admin/sudo: Bumped live ebuild to EAPI-6.
Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/sudo/sudo-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/sudo/sudo-9999.ebuild b/app-admin/sudo/sudo-9999.ebuild
index c1143830b2e5..d544711d5fad 100644
--- a/app-admin/sudo/sudo-9999.ebuild
+++ b/app-admin/sudo/sudo-9999.ebuild
@@ -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
}