commit: 8bd62e2d2765dccebcbb5af5bdd25dab75a28cc8
Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 16:38:02 2020 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 16:39:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd62e2d
dev-lang/perl: Enable PERL_SINGLE_SLOT by default
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
dev-lang/perl/perl-5.32.0-r1.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-lang/perl/perl-5.32.0-r1.ebuild
b/dev-lang/perl/perl-5.32.0-r1.ebuild
index 66b7c82860d..bc03fdc31da 100644
--- a/dev-lang/perl/perl-5.32.0-r1.ebuild
+++ b/dev-lang/perl/perl-5.32.0-r1.ebuild
@@ -17,6 +17,9 @@ DIST_AUTHOR=XSAWYERX
# BIN_OLDVERSEN is contains only C-ABI-intercompatible versions
PERL_BIN_OLDVERSEN=""
+# Yes we can.
+PERL_SINGLE_SLOT=y
+
if [[ "${PV##*.}" == "9999" ]]; then
DIST_VERSION=5.30.0
else