commit: 33abb5811bc4f1f78f436248fbd0940e3c684019
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 24 17:33:18 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 24 17:51:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33abb581
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 <AT> gentoo.org>
.../perl-Scalar-List-Utils-1.560.0.ebuild | 13 +++++++++++++
1 file changed, 13 insertions(+)
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 00000000000..9461d243ad8
--- /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:=
+"