commit: 984fc8e2bbb3908f1cfc5a9437bdda2f3cd5a226
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 7 18:37:36 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Apr 7 18:38:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984fc8e2
dev-lang/perl: Add missing PERL_BIN_OLDVERSEN
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-lang/perl/perl-5.28.2_rc1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-lang/perl/perl-5.28.2_rc1.ebuild
b/dev-lang/perl/perl-5.28.2_rc1.ebuild
index a203c5a71f0..c6d179d052b 100644
--- a/dev-lang/perl/perl-5.28.2_rc1.ebuild
+++ b/dev-lang/perl/perl-5.28.2_rc1.ebuild
@@ -15,7 +15,8 @@ DIST_AUTHOR=XSAWYERX
# Greatest first, don't include yourself
# Devel point-releases are not ABI-intercompatible, but stable point releases
are
# BIN_OLDVERSEN is contains only C-ABI-intercompatible versions
-PERL_BIN_OLDVERSEN=""
+PERL_BIN_OLDVERSEN="5.28.0"
+
if [[ "${PV##*.}" == "9999" ]]; then
DIST_VERSION=5.28.0
else