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
This commit is contained in:
Kent Fredric
2016-09-17 17:33:22 +12:00
parent a6f6acf389
commit f87e0aa8a0

View File

@@ -471,6 +471,10 @@ src_install() {
dual_scripts
}
pkg_preinst() {
check_rebuild
}
pkg_postinst() {
dual_scripts