commit: 342c432e7bc7aae36d07462a190e605c794edce3 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Mon Dec 5 21:50:14 2016 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Mon Dec 5 22:20:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=342c432e
sys-apps/shadow: update to EAPI=5 No real changes needed here. Follow up commits will leverage newer EAPI=5 features though (like subslots). sys-apps/shadow/shadow-4.2.1-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys-apps/shadow/shadow-4.2.1-r2.ebuild b/sys-apps/shadow/shadow-4.2.1-r2.ebuild index 1597444..7cf89be 100644 --- a/sys-apps/shadow/shadow-4.2.1-r2.ebuild +++ b/sys-apps/shadow/shadow-4.2.1-r2.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=4 +EAPI="5" inherit eutils libtool toolchain-funcs pam multilib autotools
