dev-lang/perl: Add missing PERL_BIN_OLDVERSEN
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 7 Apr 2019 18:37:36 +0000 (20:37 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 7 Apr 2019 18:38:03 +0000 (20:38 +0200)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
dev-lang/perl/perl-5.28.2_rc1.ebuild

index a203c5a71f00636b8c035d2963ff78d6883f6907..c6d179d052bf5ff1b8f5041d861eeb1ee3793679 100644 (file)
@@ -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