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: dev-python/vertex/
Date: Tue, 28 Mar 2017 18:28:52
Message-Id: 1490725712.8d9081b80a3d1389a76eeb8db311bb0dea992c0b.mgorny@gentoo
1 commit: 8d9081b80a3d1389a76eeb8db311bb0dea992c0b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 28 17:23:12 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 28 18:28:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d9081b8
7
8 dev-python/vertex: Support combined dev-python/twisted
9
10 dev-python/vertex/vertex-0.3.1-r1.ebuild | 9 ++++++---
11 1 file changed, 6 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-python/vertex/vertex-0.3.1-r1.ebuild b/dev-python/vertex/vertex-0.3.1-r1.ebuild
14 index 789b41a6887..066292c6548 100644
15 --- a/dev-python/vertex/vertex-0.3.1-r1.ebuild
16 +++ b/dev-python/vertex/vertex-0.3.1-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="5"
23 @@ -18,9 +18,12 @@ RDEPEND="
24 libressl? ( dev-libs/libressl )
25 >=dev-python/epsilon-0.6.0-r1[${PYTHON_USEDEP}]
26 >=dev-python/pyopenssl-0.13-r1[${PYTHON_USEDEP}]
27 - dev-python/twisted-core[${PYTHON_USEDEP}]"
28 + || (
29 + dev-python/twisted[${PYTHON_USEDEP}]
30 + dev-python/twisted-core[${PYTHON_USEDEP}]
31 + )"
32 DEPEND="${RDEPEND}
33 - test? ( dev-python/pretend )"
34 + test? ( dev-python/pretend[${PYTHON_USEDEP}] )"
35
36 python_install_all() {
37 distutils-r1_python_install_all