summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-26 11:51:43 +0200
committerMichał Górny <mgorny@gentoo.org>2022-07-04 08:57:17 +0200
commit76ae5b30c671423cbd39e0edd9284562e2022058 (patch)
treed5e13cddca5d376fe9ec1bfab2663b0cef5b6695 /net-p2p
parentdev-util/buildbot: Account for dev-python/twisted USE={crypt → ssl} (diff)
downloadgentoo-76ae5b30c671423cbd39e0edd9284562e2022058.tar.gz
gentoo-76ae5b30c671423cbd39e0edd9284562e2022058.tar.bz2
gentoo-76ae5b30c671423cbd39e0edd9284562e2022058.zip
net-p2p/deluge: Account for dev-python/twisted USE={crypt → ssl}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/deluge/deluge-2.0.5-r2.ebuild (renamed from net-p2p/deluge/deluge-2.0.5-r1.ebuild)5
-rw-r--r--net-p2p/deluge/deluge-9999.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/net-p2p/deluge/deluge-2.0.5-r1.ebuild b/net-p2p/deluge/deluge-2.0.5-r2.ebuild
index ecb8c4c8a4fd..a7ebceeadb89 100644
--- a/net-p2p/deluge/deluge-2.0.5-r1.ebuild
+++ b/net-p2p/deluge/deluge-2.0.5-r2.ebuild
@@ -46,7 +46,10 @@ RDEPEND="
dev-python/rencode[${PYTHON_USEDEP}]
dev-python/setproctitle[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
- >=dev-python/twisted-17.1.0[crypt,${PYTHON_USEDEP}]
+ || (
+ >=dev-python/twisted-17.1.0[ssl(-),${PYTHON_USEDEP}]
+ >=dev-python/twisted-17.1.0[crypt(-),${PYTHON_USEDEP}]
+ )
>=dev-python/zope-interface-4.4.2[${PYTHON_USEDEP}]
geoip? ( dev-python/geoip-python[${PYTHON_USEDEP}] )
gtk? (
diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild
index 9bf0efe9a73f..644f610caf03 100644
--- a/net-p2p/deluge/deluge-9999.ebuild
+++ b/net-p2p/deluge/deluge-9999.ebuild
@@ -46,7 +46,10 @@ RDEPEND="
dev-python/rencode[${PYTHON_USEDEP}]
dev-python/setproctitle[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
- >=dev-python/twisted-17.1.0[crypt,${PYTHON_USEDEP}]
+ || (
+ >=dev-python/twisted-17.1.0[ssl(-),${PYTHON_USEDEP}]
+ >=dev-python/twisted-17.1.0[crypt(-),${PYTHON_USEDEP}]
+ )
>=dev-python/zope-interface-4.4.2[${PYTHON_USEDEP}]
geoip? ( dev-python/geoip-python[${PYTHON_USEDEP}] )
gtk? (