commit: b094dc0031a4ad60f3a620defdc89d7d62a840af
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 10:33:23 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 10:33:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b094dc00
net-im/pyicq-t: Fix wrong twisted dependency
Package-Manager: portage-2.3.2
net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
index c1772db..889ff1c 100644
--- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
+++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
@@ -22,7 +22,7 @@ RDEPEND="${DEPEND}
( || ( ( dev-python/twisted-core[${PYTHON_USEDEP}]
dev-python/twisted-words[${PYTHON_USEDEP}]
dev-python/twisted-web[${PYTHON_USEDEP}] )
- dev-python/twisted-core[${PYTHON_USEDEP}] ) )
+ dev-python/twisted[${PYTHON_USEDEP}] ) )
webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] )
dev-python/pillow[${PYTHON_USEDEP}]"