summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-03-28 19:09:59 +0200
committerMichał Górny <mgorny@gentoo.org>2017-03-28 20:28:30 +0200
commita8d1a628ad6b505f700de8a1fa0276d4f79171ab (patch)
treeeeff3f01e97c26d833ce36ed3f5d1cbaf73f7611
parentdev-python/epsilon: Support combined dev-python/twisted, minor fixes (diff)
downloadgentoo-a8d1a628ad6b505f700de8a1fa0276d4f79171ab.tar.gz
gentoo-a8d1a628ad6b505f700de8a1fa0276d4f79171ab.tar.bz2
gentoo-a8d1a628ad6b505f700de8a1fa0276d4f79171ab.zip
dev-python/axiom: Support combined dev-python/twisted
-rw-r--r--dev-python/axiom/axiom-0.7.5.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/axiom/axiom-0.7.5.ebuild b/dev-python/axiom/axiom-0.7.5.ebuild
index 3166a933f264..37bbe738c1c2 100644
--- a/dev-python/axiom/axiom-0.7.5.ebuild
+++ b/dev-python/axiom/axiom-0.7.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 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" )