diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-10-29 16:39:49 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-10-29 16:39:49 +0000 |
commit | f3ce8ccc72d54453b632c99f3a8fc67f12a9f181 (patch) | |
tree | 5d7de7586632a5007cf0be0095145005e0fa4cee /www-misc/reflector | |
parent | Use virtual for argparse. (diff) | |
download | gentoo-2-f3ce8ccc72d54453b632c99f3a8fc67f12a9f181.tar.gz gentoo-2-f3ce8ccc72d54453b632c99f3a8fc67f12a9f181.tar.bz2 gentoo-2-f3ce8ccc72d54453b632c99f3a8fc67f12a9f181.zip |
Use virtual for argparse.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'www-misc/reflector')
-rw-r--r-- | www-misc/reflector/ChangeLog | 8 | ||||
-rw-r--r-- | www-misc/reflector/reflector-2011.05.13.1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www-misc/reflector/ChangeLog b/www-misc/reflector/ChangeLog index cf39c744284a..6aab967527d9 100644 --- a/www-misc/reflector/ChangeLog +++ b/www-misc/reflector/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-misc/reflector -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/reflector/ChangeLog,v 1.2 2011/05/20 12:59:17 binki Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-misc/reflector/ChangeLog,v 1.3 2012/10/29 16:39:49 mgorny Exp $ + + 29 Oct 2012; Michał Górny <mgorny@gentoo.org> reflector-2011.05.13.1.ebuild: + Use virtual for argparse. 20 May 2011; Nathan Phillip Brink <binki@gentoo.org> reflector-2011.05.13.1.ebuild: @@ -12,4 +15,3 @@ 13 May 2011; Nathan Phillip Brink <binki@gentoo.org> +reflector-2011.05.13.1.ebuild, +metadata.xml: Add new ebuild for www-misc/reflector-2011.05.13.1 fixing bug 317831. - diff --git a/www-misc/reflector/reflector-2011.05.13.1.ebuild b/www-misc/reflector/reflector-2011.05.13.1.ebuild index b366962c9961..0642d55ac19f 100644 --- a/www-misc/reflector/reflector-2011.05.13.1.ebuild +++ b/www-misc/reflector/reflector-2011.05.13.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/reflector/reflector-2011.05.13.1.ebuild,v 1.2 2011/05/20 12:59:17 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/reflector/reflector-2011.05.13.1.ebuild,v 1.3 2012/10/29 16:39:49 mgorny Exp $ EAPI=3 @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="dev-python/argparse" +RDEPEND="virtual/python-argparse" S=${WORKDIR}/${PN} |