From: Andreas K. Hüttel Date: Sun, 7 Apr 2019 18:37:36 +0000 (+0200) Subject: dev-lang/perl: Add missing PERL_BIN_OLDVERSEN X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=984fc8e2bbb3908f1cfc5a9437bdda2f3cd5a226;p=gentoo.git 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 --- diff --git a/dev-lang/perl/perl-5.28.2_rc1.ebuild b/dev-lang/perl/perl-5.28.2_rc1.ebuild index a203c5a71f00..c6d179d052bf 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