diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-04-29 20:26:02 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-04-29 20:44:11 +1200 |
commit | 4c62235d1c2a4ae7cf585575e6a2d412375b1110 (patch) | |
tree | 2685deec111174f4ccc1621497552ffd076a8bcd /dev-perl/Array-RefElem | |
parent | dev-vcs/git: Security cleanup (diff) | |
download | gentoo-4c62235d1c2a4ae7cf585575e6a2d412375b1110.tar.gz gentoo-4c62235d1c2a4ae7cf585575e6a2d412375b1110.tar.bz2 gentoo-4c62235d1c2a4ae7cf585575e6a2d412375b1110.zip |
dev-perl/Array-RefElem: -r bump for EAPI7
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Array-RefElem')
-rw-r--r-- | dev-perl/Array-RefElem/Array-RefElem-1.0.0-r2.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r2.ebuild b/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r2.ebuild new file mode 100644 index 000000000000..7e6747075554 --- /dev/null +++ b/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=GAAS +DIST_VERSION=1.00 +inherit perl-module + +DESCRIPTION="Set up array elements as aliases" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |