diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2015-06-14 14:28:12 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2015-06-14 14:28:12 +0000 |
commit | 139ccb5ac26fc9d519abfac18859c1410eda485f (patch) | |
tree | 84215d18c50e632594c8fdd7206ed5fd05b14c89 /profiles/package.mask | |
parent | Fix nss/nspr dep, bug #552078 (diff) | |
download | historical-139ccb5ac26fc9d519abfac18859c1410eda485f.tar.gz historical-139ccb5ac26fc9d519abfac18859c1410eda485f.tar.bz2 historical-139ccb5ac26fc9d519abfac18859c1410eda485f.zip |
Mask obsolete Perl virtuals for removal
Diffstat (limited to 'profiles/package.mask')
-rw-r--r-- | profiles/package.mask | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index eb59568fb5ae..08db72cf42f0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16621 2015/06/14 09:38:41 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16622 2015/06/14 14:28:12 dilfridge Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -30,6 +30,20 @@ #--- END OF EXAMPLES --- +# Andreas K. Huettel <dilfridge@gentoo.org> (14 Jun 2015) +# The CGI, Module::Build, and Module::Pluggable modules have been +# removed from the core Perl distribution and as package now reside +# in the dev-perl category. This means the corresponding virtuals +# are not needed anymore and will be removed in 30 days. +# * If you have any of these virtuals installed, uninstall +# (depclean) them. +# * If the virtuals are required by some overlay package, that is +# a bug in the overlay; the overlay ebuild should now depend on +# the new dev-perl ebuild. +virtual/perl-CGI +virtual/perl-Module-Build +virtual/perl-Module-Pluggable + # Patrick Lauer <patrick@gentoo.org> (14 Jun 2015) # Has race condition / failure modes that make systems unusable # See #551724 and duplicates |