diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 15:52:39 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-13 15:52:39 +0200 |
commit | 9c73d0a6cdf14e7541262a83a119efd7603a1dfa (patch) | |
tree | 85c55226d51358300be9375ef4bc350b4564d33e /virtual/acl | |
parent | virtual/texi2dvi: update EAPI 5 -> 7 (diff) | |
download | gentoo-9c73d0a6cdf14e7541262a83a119efd7603a1dfa.tar.gz gentoo-9c73d0a6cdf14e7541262a83a119efd7603a1dfa.tar.bz2 gentoo-9c73d0a6cdf14e7541262a83a119efd7603a1dfa.zip |
virtual/acl: drop 0, 0-r1 (EAPI 5)
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'virtual/acl')
-rw-r--r-- | virtual/acl/acl-0-r1.ebuild | 11 | ||||
-rw-r--r-- | virtual/acl/acl-0.ebuild | 10 |
2 files changed, 0 insertions, 21 deletions
diff --git a/virtual/acl/acl-0-r1.ebuild b/virtual/acl/acl-0-r1.ebuild deleted file mode 100644 index e11d8f4dece9..000000000000 --- a/virtual/acl/acl-0-r1.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Virtual for acl support (sys/acl.h)" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -RDEPEND="kernel_linux? ( sys-apps/acl[static-libs?] )" diff --git a/virtual/acl/acl-0.ebuild b/virtual/acl/acl-0.ebuild deleted file mode 100644 index 5a49692b323f..000000000000 --- a/virtual/acl/acl-0.ebuild +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Virtual for acl support (sys/acl.h)" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND="kernel_linux? ( sys-apps/acl )" |