diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-07 14:35:05 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-07 14:35:05 +0000 |
commit | b93d192f0b44f7a3bcdadc17e3f04c4b29715bff (patch) | |
tree | e0c4d9d96de31354cf070a28581eead82f6bccb8 /profiles | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-b93d192f0b44f7a3bcdadc17e3f04c4b29715bff.tar.gz gentoo-2-b93d192f0b44f7a3bcdadc17e3f04c4b29715bff.tar.bz2 gentoo-2-b93d192f0b44f7a3bcdadc17e3f04c4b29715bff.zip |
Add Math::BigInt 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 475138110acf..1e7b16317154 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.10073 2015/06/07 14:29:25 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10074 2015/06/07 14:35:05 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! 07 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> package.mask: + Add Math::BigInt to Perl 5.22 mask + + 07 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> package.mask: Add MIME::Base64 to Perl 5.22 mask 07 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> package.mask: diff --git a/profiles/package.mask b/profiles/package.mask index 2b19b87619ed..5bc8891c06b9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16579 2015/06/07 14:29:25 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16580 2015/06/07 14:35:05 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 @@ -63,6 +63,7 @@ =virtual/perl-JSON-PP-2.273.0 =virtual/perl-Locale-Maketext-1.260.0 =virtual/perl-MIME-Base64-3.150.0 +=virtual/perl-Math-BigInt-1.999.700 # Michał Górny <mgorny@gentoo.org> (04 Jun 2015) # New version of PyPy. Masked for testing and binary package build. |