diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-12-05 16:50:14 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-12-05 17:20:19 -0500 |
commit | 342c432e7bc7aae36d07462a190e605c794edce3 (patch) | |
tree | f5396cf682a543a28542912dc9c282cb81d202d5 /sys-apps/shadow | |
parent | dev-libs/boost-mpl-cartesian_product: install readme (diff) | |
download | gentoo-342c432e7bc7aae36d07462a190e605c794edce3.tar.gz gentoo-342c432e7bc7aae36d07462a190e605c794edce3.tar.bz2 gentoo-342c432e7bc7aae36d07462a190e605c794edce3.zip |
sys-apps/shadow: update to EAPI=5
No real changes needed here. Follow up commits will leverage
newer EAPI=5 features though (like subslots).
Diffstat (limited to 'sys-apps/shadow')
-rw-r--r-- | sys-apps/shadow/shadow-4.2.1-r2.ebuild | 5 |
1 files 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 159744482661..7cf89be0d4e9 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 |