diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-09-17 17:33:22 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-09-18 06:57:15 +1200 |
commit | f87e0aa8a02e62683e19a66c3739bd49d87d4c2b (patch) | |
tree | 0a9fbbdba6055f750538709f71aa8acc9e864ab5 /dev-lang/perl | |
parent | app-text/ansifilter: version bump (diff) | |
download | gentoo-f87e0aa8a02e62683e19a66c3739bd49d87d4c2b.tar.gz gentoo-f87e0aa8a02e62683e19a66c3739bd49d87d4c2b.tar.bz2 gentoo-f87e0aa8a02e62683e19a66c3739bd49d87d4c2b.zip |
dev-lang/perl: Restore missing call to check_rebuild
In the process of flattening perl-5.24.0-r1.ebuild, the call
to check_rebuild was omitted unintentionally, removing the ability
for this message to be displayed.
This commit reinserts the displaying of said message at the pkg_preinst
phase the last possible moment before the system perl gets updated for real.
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-lang/perl')
-rw-r--r-- | dev-lang/perl/perl-5.24.0-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-lang/perl/perl-5.24.0-r1.ebuild b/dev-lang/perl/perl-5.24.0-r1.ebuild index 3086c8e7ed91..f984f969ac78 100644 --- a/dev-lang/perl/perl-5.24.0-r1.ebuild +++ b/dev-lang/perl/perl-5.24.0-r1.ebuild @@ -471,6 +471,10 @@ src_install() { dual_scripts } +pkg_preinst() { + check_rebuild +} + pkg_postinst() { dual_scripts |