Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-dnspython/
Date: Fri, 26 May 2017 22:54:44
Message-Id: 1495839252.b903cdb2af9ad23f8b30480013faf4f709b2e969.soap@gentoo
1 commit: b903cdb2af9ad23f8b30480013faf4f709b2e969
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 22:52:00 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 22:54:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b903cdb2
7
8 virtual/python-dnspython: [QA] Add missing python metadata variables
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 virtual/python-dnspython/python-dnspython-1.ebuild | 1 -
13 virtual/python-dnspython/python-dnspython-2.ebuild | 3 ++-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/virtual/python-dnspython/python-dnspython-1.ebuild b/virtual/python-dnspython/python-dnspython-1.ebuild
17 index 063bbe7ce66..6a16bf1905b 100644
18 --- a/virtual/python-dnspython/python-dnspython-1.ebuild
19 +++ b/virtual/python-dnspython/python-dnspython-1.ebuild
20 @@ -16,4 +16,3 @@ RDEPEND="${PYTHON_DEPS}
21 !dev-python/dnspython:0
22 $(python_gen_cond_dep 'dev-python/dnspython:py2[${PYTHON_USEDEP}]' python2*)
23 $(python_gen_cond_dep 'dev-python/dnspython:py3[${PYTHON_USEDEP}]' python3*)"
24 -DEPEND="!dev-python/dnspython:0"
25
26 diff --git a/virtual/python-dnspython/python-dnspython-2.ebuild b/virtual/python-dnspython/python-dnspython-2.ebuild
27 index 46ef51fed82..5a3494459d7 100644
28 --- a/virtual/python-dnspython/python-dnspython-2.ebuild
29 +++ b/virtual/python-dnspython/python-dnspython-2.ebuild
30 @@ -12,4 +12,5 @@ SLOT="0"
31 KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
32 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
33
34 -RDEPEND=">=dev-python/dnspython-1.15.0:0[${PYTHON_USEDEP}]"
35 +RDEPEND="${PYTHON_DEPS}
36 + >=dev-python/dnspython-1.15.0:0[${PYTHON_USEDEP}]"