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@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2019-04-07 20:37:36 +02:00
parent 04beca8d3b
commit 984fc8e2bb

View 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