projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a702901
)
dev-python/axiom: Support combined dev-python/twisted
author
Michał Górny
<mgorny@gentoo.org>
Tue, 28 Mar 2017 17:09:59 +0000
(19:09 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 28 Mar 2017 18:28:30 +0000
(20:28 +0200)
dev-python/axiom/axiom-0.7.5.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/axiom/axiom-0.7.5.ebuild
b/dev-python/axiom/axiom-0.7.5.ebuild
index 3166a933f264c84f46b7fc59a4f42e0b7e630278..37bbe738c1c299bda846963875512e75dc07fbc2 100644
(file)
--- a/
dev-python/axiom/axiom-0.7.5.ebuild
+++ b/
dev-python/axiom/axiom-0.7.5.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@
-17,7
+17,10
@@
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-python/epsilon-0.7.0[${PYTHON_USEDEP}]
- >=dev-python/twisted-core-13.2.0[${PYTHON_USEDEP}]"
+ || (
+ dev-python/twisted[${PYTHON_USEDEP}]
+ >=dev-python/twisted-core-13.2.0[${PYTHON_USEDEP}]
+ )"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/${PN}-0.5.30-sqlite3_3.6.4.patch" )