Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/namebench/
Date: Tue, 30 Jul 2019 06:01:01
Message-Id: 1564465189.5beaa80591b12c1477098fc817cda11f88b914f1.mgorny@gentoo
1 commit: 5beaa80591b12c1477098fc817cda11f88b914f1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 30 05:39:49 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 30 05:39:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5beaa805
7
8 net-analyzer/namebench: Retire virtual/python-dnspython
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-analyzer/namebench/namebench-1.3.1-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/namebench/namebench-1.3.1-r2.ebuild b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild
16 index 147f06b1243..880c4fc0f9a 100644
17 --- a/net-analyzer/namebench/namebench-1.3.1-r2.ebuild
18 +++ b/net-analyzer/namebench/namebench-1.3.1-r2.ebuild
19 @@ -19,11 +19,11 @@ IUSE="X"
20 # PYTHON_REQ_USE does not support X? ( tk ) syntax yet
21 DEPEND="X? ( $(python_gen_cond_dep dev-lang/python:2.7[tk] python2_7) )"
22 RDEPEND="${DEPEND}
23 + dev-python/dnspython[${PYTHON_USEDEP}]
24 >=dev-python/httplib2-0.6[${PYTHON_USEDEP}]
25 >=dev-python/graphy-1.0[${PYTHON_USEDEP}]
26 >=dev-python/jinja-2.2.1[${PYTHON_USEDEP}]
27 >=dev-python/simplejson-2.1.2[${PYTHON_USEDEP}]
28 - virtual/python-dnspython[${PYTHON_USEDEP}]
29 "
30
31 python_prepare_all() {