diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-24 19:33:18 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-24 19:51:42 +0200 |
commit | 33abb5811bc4f1f78f436248fbd0940e3c684019 (patch) | |
tree | 4dae2728f1ecfa2805e64bfaa8ea6774a7d1ed13 /virtual/perl-Scalar-List-Utils | |
parent | perl-core/Scalar-List-Utils: Add newer SLU (diff) | |
download | gentoo-33abb5811bc4f1f78f436248fbd0940e3c684019.tar.gz gentoo-33abb5811bc4f1f78f436248fbd0940e3c684019.tar.bz2 gentoo-33abb5811bc4f1f78f436248fbd0940e3c684019.zip |
virtual/perl-Scalar-List-Utils: Add virtual for perl-core ebuild
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'virtual/perl-Scalar-List-Utils')
-rw-r--r-- | virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.560.0.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.560.0.ebuild b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.560.0.ebuild new file mode 100644 index 000000000000..9461d243ad82 --- /dev/null +++ b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.560.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for Scalar::Util and List::Util, also distributed as Scalar::List::Utils" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + ~perl-core/${PN#perl-}-${PV} + dev-lang/perl:= +" |