diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:57:08 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:57:08 +0000 |
commit | 4cf1d58b9fdd7bbd941c2163f3122a031efbb119 (patch) | |
tree | 40e182821f7181854fba1f3115872ea939ee41e1 /www-misc/reflector/reflector-2011.05.13.1.ebuild | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-4cf1d58b9fdd7bbd941c2163f3122a031efbb119.tar.gz gentoo-2-4cf1d58b9fdd7bbd941c2163f3122a031efbb119.tar.bz2 gentoo-2-4cf1d58b9fdd7bbd941c2163f3122a031efbb119.zip |
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'www-misc/reflector/reflector-2011.05.13.1.ebuild')
-rw-r--r-- | www-misc/reflector/reflector-2011.05.13.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www-misc/reflector/reflector-2011.05.13.1.ebuild b/www-misc/reflector/reflector-2011.05.13.1.ebuild index 0642d55ac19f..b7cc32e0bc4a 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-2012 Gentoo Foundation +# Copyright 1999-2014 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.3 2012/10/29 16:39:49 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/reflector/reflector-2011.05.13.1.ebuild,v 1.4 2014/07/06 12:57:08 mgorny Exp $ EAPI=3 @@ -20,8 +20,6 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="virtual/python-argparse" - S=${WORKDIR}/${PN} PYTHON_MODNAME="Reflector.py" |