From f87e0aa8a02e62683e19a66c3739bd49d87d4c2b Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sat, 17 Sep 2016 17:33:22 +1200 Subject: [PATCH] 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 --- dev-lang/perl/perl-5.24.0-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-lang/perl/perl-5.24.0-r1.ebuild b/dev-lang/perl/perl-5.24.0-r1.ebuild index 3086c8e7ed910..f984f969ac78e 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