diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-10-29 15:07:23 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-10-29 15:07:23 +0000 |
commit | 1c0c5d406dcfc7d6cd014830b19aba9ce8e0b740 (patch) | |
tree | 7132beb85753c9ff145744bd2d874a7ba378edb2 /profiles | |
parent | added prefix support (bug #440070) (diff) | |
download | gentoo-2-1c0c5d406dcfc7d6cd014830b19aba9ce8e0b740.tar.gz gentoo-2-1c0c5d406dcfc7d6cd014830b19aba9ce8e0b740.tar.bz2 gentoo-2-1c0c5d406dcfc7d6cd014830b19aba9ce8e0b740.zip |
Mask PYTHON_TARGETS-aware argparse until packages use the virtual.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/package.mask | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 9a0c9c91d556..682dd4edbd27 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.7074 2012/10/29 14:12:32 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7075 2012/10/29 15:07:23 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! + 29 Oct 2012; Michał Górny <mgorny@gentoo.org> package.mask: + Mask PYTHON_TARGETS-aware argparse until packages use the virtual. + 29 Oct 2012; Ben de Groot <yngwin@gentoo.org> arch/amd64/no-multilib/package.mask: media-sound/aucdtect needs multilib on amd64 (x86-compat) diff --git a/profiles/package.mask b/profiles/package.mask index fd9f4cb6e60e..62a5746ddb8d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.14170 2012/10/29 12:03:54 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.14171 2012/10/29 15:07:23 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 @@ -31,6 +31,10 @@ #--- END OF EXAMPLES --- +# 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 + # 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 |