diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-30 11:53:37 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-30 13:03:49 +0100 |
commit | f7958e4874d48ae0f49d5ed5228e96c887a981f3 (patch) | |
tree | 867fdf33f2435e0f41a5d651629a162041049f58 /net-analyzer | |
parent | net-dns/hash-slinger: Move to virtual/dnspython (diff) | |
download | gentoo-f7958e4874d48ae0f49d5ed5228e96c887a981f3.tar.gz gentoo-f7958e4874d48ae0f49d5ed5228e96c887a981f3.tar.bz2 gentoo-f7958e4874d48ae0f49d5ed5228e96c887a981f3.zip |
net-analyzer/namebench: Move to virtual/dnspython
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/namebench/namebench-1.3.1-r2.ebuild (renamed from net-analyzer/namebench/namebench-1.3.1-r1.ebuild) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-analyzer/namebench/namebench-1.3.1-r1.ebuild b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild index c64b8e5f0338..b840a5e1117e 100644 --- a/net-analyzer/namebench/namebench-1.3.1-r1.ebuild +++ b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,11 +20,12 @@ IUSE="X" # PYTHON_REQ_USE does not support X? ( tk ) syntax yet DEPEND="X? ( $(python_gen_cond_dep dev-lang/python:2.7[tk] python2_7) )" RDEPEND="${DEPEND} - >=dev-python/dnspython-1.8.0[${PYTHON_USEDEP}] >=dev-python/httplib2-0.6[${PYTHON_USEDEP}] >=dev-python/graphy-1.0[${PYTHON_USEDEP}] >=dev-python/jinja-2.2.1[${PYTHON_USEDEP}] - >=dev-python/simplejson-2.1.2[${PYTHON_USEDEP}]" + >=dev-python/simplejson-2.1.2[${PYTHON_USEDEP}] + virtual/dnspython[${PYTHON_USEDEP}] +" python_prepare_all() { # don't include bundled libraries |