diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-12 22:07:59 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-12 22:07:59 +0000 |
commit | b167e222d087e98fecd57ec8e4a2ab66458988b9 (patch) | |
tree | 73904f032377255cee721265ac76cc911ec91d3c /profiles | |
parent | Fix bug #548422. Bump to EAPI=5. Punt einstall. (diff) | |
download | gentoo-2-b167e222d087e98fecd57ec8e4a2ab66458988b9.tar.gz gentoo-2-b167e222d087e98fecd57ec8e4a2ab66458988b9.tar.bz2 gentoo-2-b167e222d087e98fecd57ec8e4a2ab66458988b9.zip |
Add Storable to Perl 5.22 mask
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/package.mask | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 500db57ab76b..f20c2d1c956a 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,12 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10102 2015/06/12 22:03:12 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10103 2015/06/12 22:07:59 dilfridge Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! 12 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> package.mask: + Add Storable to Perl 5.22 mask + + 12 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> package.mask: Add Socket to Perl 5.22 mask 12 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> package.mask: diff --git a/profiles/package.mask b/profiles/package.mask index e85ff70aca6f..c87e39ace78b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16598 2015/06/12 22:03:12 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16599 2015/06/12 22:07:59 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 @@ -82,6 +82,7 @@ dev-lang/php:7.0 =virtual/perl-Safe-2.390.0 =virtual/perl-Scalar-List-Utils-1.410.0 =virtual/perl-Socket-2.18.0 +=virtual/perl-Storable-2.530.0 # Michał Górny <mgorny@gentoo.org> (04 Jun 2015) # New version of PyPy. Masked for testing and binary package build. |