diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-02-07 17:10:16 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-02-07 17:10:32 +0100 |
commit | 71bb69a781df52eca450a7c6ba2c2bafd9b90bdf (patch) | |
tree | c6a96319e627aa24b9bc2e6b13c7e148ee4e4fb5 /dev-python/ovs/ovs-2.4.0.ebuild | |
parent | dev-util/promu: Update snapshot (diff) | |
download | gentoo-71bb69a781df52eca450a7c6ba2c2bafd9b90bdf.tar.gz gentoo-71bb69a781df52eca450a7c6ba2c2bafd9b90bdf.tar.bz2 gentoo-71bb69a781df52eca450a7c6ba2c2bafd9b90bdf.zip |
dev-python/ovs: remove superflous variables.
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-python/ovs/ovs-2.4.0.ebuild')
-rw-r--r-- | dev-python/ovs/ovs-2.4.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/ovs/ovs-2.4.0.ebuild b/dev-python/ovs/ovs-2.4.0.ebuild index 5c763c7210c8..7075663a12ad 100644 --- a/dev-python/ovs/ovs-2.4.0.ebuild +++ b/dev-python/ovs/ovs-2.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 x86" -IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" |