diff options
author | 2014-07-06 12:57:51 +0000 | |
---|---|---|
committer | 2014-07-06 12:57:51 +0000 | |
commit | bf31a38468450a8b8e507745bc8309eea477ae68 (patch) | |
tree | d4c05831df62ad01b7c3acee22a75cf1356a4cfb /x11-misc/dex/dex-0.6.ebuild | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-bf31a38468450a8b8e507745bc8309eea477ae68.tar.gz gentoo-2-bf31a38468450a8b8e507745bc8309eea477ae68.tar.bz2 gentoo-2-bf31a38468450a8b8e507745bc8309eea477ae68.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 'x11-misc/dex/dex-0.6.ebuild')
-rw-r--r-- | x11-misc/dex/dex-0.6.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-misc/dex/dex-0.6.ebuild b/x11-misc/dex/dex-0.6.ebuild index 08696aa9e41c..194180291ceb 100644 --- a/x11-misc/dex/dex-0.6.ebuild +++ b/x11-misc/dex/dex-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dex/dex-0.6.ebuild,v 1.3 2013/09/05 19:44:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dex/dex-0.6.ebuild,v 1.4 2014/07/06 12:57:51 mgorny Exp $ EAPI=5 @@ -17,8 +17,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="" -RDEPEND="${PYTHON_DEPS} - virtual/python-argparse[${PYTHON_USEDEP}]" +RDEPEND="${PYTHON_DEPS}" DEPEND="${RDEPEND}" src_prepare() { |