diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2015-06-06 19:40:22 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2015-06-06 19:40:22 +0000 |
commit | 1f3ec49faa3920be5428650fb03f4dd6483d065f (patch) | |
tree | c04c5ad6f8dbad8787ddccf466ccdbdcd43a838e | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | historical-1f3ec49faa3920be5428650fb03f4dd6483d065f.tar.gz historical-1f3ec49faa3920be5428650fb03f4dd6483d065f.tar.bz2 historical-1f3ec49faa3920be5428650fb03f4dd6483d065f.zip |
Add JSON::PP to Perl 5.22 mask
-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 eaf8888637a4..89be1052c870 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.10069 2015/06/06 19:26:13 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10070 2015/06/06 19:40:22 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! 06 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> package.mask: + Add JSON::PP to Perl 5.22 mask + + 06 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> package.mask: Add IO::Socket::IP to Perl 5.22 mask 06 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> package.mask: diff --git a/profiles/package.mask b/profiles/package.mask index 872f7b9b10eb..41972b7006d9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16576 2015/06/06 19:26:13 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16577 2015/06/06 19:40:22 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 @@ -60,6 +60,7 @@ =virtual/perl-IO-1.350.0 =virtual/perl-IO-Compress-2.68.0 =virtual/perl-IO-Socket-IP-0.370.0 +=virtual/perl-JSON-PP-2.273.0 # Michał Górny <mgorny@gentoo.org> (04 Jun 2015) # New version of PyPy. Masked for testing and binary package build. |