diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-01-14 17:56:55 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-01-14 18:18:54 +0100 |
commit | 38b21964d89c8ccebe1fe33596d4d7fa1dba5006 (patch) | |
tree | 7de7ef6f32fa5501d31ef7183b95ddfa64d8896e /virtual/acl | |
parent | dev-python/sphinx-gallery: fixup nose dep (diff) | |
download | gentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.tar.gz gentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.tar.bz2 gentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.zip |
virtual: [QA] Bump all virtuals with EAPI 3 or older to EAPI 5.
Also remove empty variable assignments.
As discussed in #gentoo-qa.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'virtual/acl')
-rw-r--r-- | virtual/acl/acl-0-r1.ebuild | 9 | ||||
-rw-r--r-- | virtual/acl/acl-0.ebuild | 10 |
2 files changed, 5 insertions, 14 deletions
diff --git a/virtual/acl/acl-0-r1.ebuild b/virtual/acl/acl-0-r1.ebuild index f21b07d587e9..359521fc7f88 100644 --- a/virtual/acl/acl-0-r1.ebuild +++ b/virtual/acl/acl-0-r1.ebuild @@ -1,18 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="3" +EAPI=5 DESCRIPTION="Virtual for acl support (sys/acl.h)" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux" IUSE="static-libs" -DEPEND="" RDEPEND="kernel_linux? ( sys-apps/acl[static-libs?] ) kernel_FreeBSD? ( sys-freebsd/freebsd-lib )" diff --git a/virtual/acl/acl-0.ebuild b/virtual/acl/acl-0.ebuild index 4bbb7a9597ea..d8c3ffcea207 100644 --- a/virtual/acl/acl-0.ebuild +++ b/virtual/acl/acl-0.ebuild @@ -1,16 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -DESCRIPTION="Virtual for acl support (sys/acl.h)" -HOMEPAGE="" -SRC_URI="" +EAPI=5 -LICENSE="" +DESCRIPTION="Virtual for acl support (sys/acl.h)" SLOT="0" KEYWORDS="alpha amd64 arm ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="" -DEPEND="" RDEPEND="kernel_linux? ( sys-apps/acl ) kernel_FreeBSD? ( sys-freebsd/freebsd-lib )" |