diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-11-12 04:50:18 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-11-12 09:18:39 +1300 |
commit | 3e16f2a9771219dd6f23d6d16a4b350a16b74481 (patch) | |
tree | 4fd42242b9b6769f039dd00fa549b4550203f939 /virtual | |
parent | Merge branch 'dev-erlang-bumps' (diff) | |
download | gentoo-3e16f2a9771219dd6f23d6d16a4b350a16b74481.tar.gz gentoo-3e16f2a9771219dd6f23d6d16a4b350a16b74481.tar.bz2 gentoo-3e16f2a9771219dd6f23d6d16a4b350a16b74481.zip |
perl-core/Scalar-List-Utils: Add 1.460.0
Various things on CPAN now need newer Scalar::List::Utils.
Keywords copied from virtual/perl-Scalar-List-Utils
Package-Manager: portage-2.3.2
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.460.0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.460.0.ebuild b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.460.0.ebuild new file mode 100644 index 000000000000..3a15756de8dc --- /dev/null +++ b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.460.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Virtual for Scalar::Util and List::Util, also distributed as Scalar::List::Utils" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="~perl-core/${PN#perl-}-${PV}" |