diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-12-14 16:10:29 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-12-14 16:10:29 +0000 |
commit | 45833f7bf4811202d7292665ce96cc00061ca145 (patch) | |
tree | 96a26288cbf133fc20d2c1e1aa02627249c0d129 /virtual | |
parent | Version bump. (diff) | |
download | gentoo-2-45833f7bf4811202d7292665ce96cc00061ca145.tar.gz gentoo-2-45833f7bf4811202d7292665ce96cc00061ca145.tar.bz2 gentoo-2-45833f7bf4811202d7292665ce96cc00061ca145.zip |
Remove obsolete note.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-argparse/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/python-argparse/python-argparse-1.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/virtual/python-argparse/ChangeLog b/virtual/python-argparse/ChangeLog index de08ffc868d5..9dffd1a93067 100644 --- a/virtual/python-argparse/ChangeLog +++ b/virtual/python-argparse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/python-argparse # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.2 2012/10/29 13:55:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/ChangeLog,v 1.3 2012/12/14 16:10:29 mgorny Exp $ + + 14 Dec 2012; Michał Górny <mgorny@gentoo.org> python-argparse-1.ebuild: + Remove obsolete note. *python-argparse-1 (29 Oct 2012) diff --git a/virtual/python-argparse/python-argparse-1.ebuild b/virtual/python-argparse/python-argparse-1.ebuild index 8a5abe11979c..6a8d97b7e625 100644 --- a/virtual/python-argparse/python-argparse-1.ebuild +++ b/virtual/python-argparse/python-argparse-1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.1 2012/10/29 13:55:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/python-argparse/python-argparse-1.ebuild,v 1.2 2012/12/14 16:10:29 mgorny Exp $ EAPI=4 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} jython2_5 ) @@ -23,8 +23,6 @@ setup_globals() { case "${i}" in python2_5|python2_6|jython2_5) local flag=python_targets_${i} - # Note: add USE-deps when dev-python/argparse starts - # supporting PYTHON_TARGETS RDEPEND+=" ${flag}? ( dev-python/argparse[${flag}] )" ;; *) |