projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04beca8
)
dev-lang/perl: Add missing PERL_BIN_OLDVERSEN
author
Andreas K. Hüttel
<dilfridge@gentoo.org>
Sun, 7 Apr 2019 18:37:36 +0000
(20:37 +0200)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/dev-lang/perl/perl-5.28.2_rc1.ebuild
b/dev-lang/perl/perl-5.28.2_rc1.ebuild
index a203c5a71f00636b8c035d2963ff78d6883f6907..c6d179d052bf5ff1b8f5041d861eeb1ee3793679 100644
(file)
--- 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