diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-11-02 21:32:37 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-11-02 21:32:37 +0000 |
commit | a51b49596685af9d0dd48cbb2bef1774d94b775a (patch) | |
tree | f8e431e8fa1830e7fd47c6f9299a431766e5eff8 /profiles | |
parent | Re-enable all Python implementations but warn if the package is not useful, r... (diff) | |
download | gentoo-2-a51b49596685af9d0dd48cbb2bef1774d94b775a.tar.gz gentoo-2-a51b49596685af9d0dd48cbb2bef1774d94b775a.tar.bz2 gentoo-2-a51b49596685af9d0dd48cbb2bef1774d94b775a.zip |
Unmask new argparse after adding appropriate warnings to the ebuild.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/package.mask | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 34e906b94e7d..6a457bd65d97 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7095 2012/11/02 20:28:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7096 2012/11/02 21:32:37 mgorny 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! + 02 Nov 2012; Michał Górny <mgorny@gentoo.org> package.mask: + Unmask new argparse after adding appropriate warnings to the ebuild. + 02 Nov 2012; Justin Lecher <jlec@gentoo.org> package.mask: Correct package naming syntax and month, noted by pchrist diff --git a/profiles/package.mask b/profiles/package.mask index 6202789a5387..a6d51e1c5351 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.14186 2012/11/02 20:28:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.14187 2012/11/02 21:32:37 mgorny 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 @@ -71,11 +71,6 @@ x11-apps/grandr # Do not deploy in production. Do not rely on for serious work. =net-misc/asterisk-11.0.0 -# Michał Górny <mgorny@gentoo.org> (29 Oct 2012) -# Unmask when packages are switched to virtual/python-argparse. -=dev-python/argparse-1.2.1-r1 -=virtual/python-argparse-1 - # Ben de Groot <yngwin@gentoo.org> (29 Oct 2012) # Fails compilation on missing sqlite header - unbundle patch needs updating =net-news/quiterss-0.10.3 |