Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/swift/
Date: Fri, 30 Oct 2015 12:04:18
Message-Id: 1446206629.8edafd5c90d428a97594e11f33fa95fa1f06f8ae.jlec@gentoo
1 commit: 8edafd5c90d428a97594e11f33fa95fa1f06f8ae
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 11:16:43 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 12:03:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8edafd5c
7
8 sys-cluster/swift: Fix move to virtual/dnspython
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sys-cluster/swift/swift-2.3.0-r1.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/sys-cluster/swift/swift-2.3.0-r1.ebuild b/sys-cluster/swift/swift-2.3.0-r1.ebuild
17 index 102fe94..285996a 100644
18 --- a/sys-cluster/swift/swift-2.3.0-r1.ebuild
19 +++ b/sys-cluster/swift/swift-2.3.0-r1.ebuild
20 @@ -38,7 +38,10 @@ DEPEND="
21 )"
22
23 RDEPEND="
24 - >=dev-python/dnspython-1.9.4[${PYTHON_USEDEP}]
25 + || (
26 + >=dev-python/dnspython-1.9.4:0[${PYTHON_USEDEP}]
27 + virtual/dnspython[${PYTHON_USEDEP}]
28 + )
29 >=dev-python/eventlet-0.16.1[${PYTHON_USEDEP}]
30 !~dev-python/eventlet-0.17.0[${PYTHON_USEDEP}]
31 >=dev-python/greenlet-0.3.1[${PYTHON_USEDEP}]