Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/
Date: Sun, 27 Nov 2016 10:33:44
Message-Id: 1480242815.b094dc0031a4ad60f3a620defdc89d7d62a840af.klausman@gentoo
1 commit: b094dc0031a4ad60f3a620defdc89d7d62a840af
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 10:33:23 2016 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 10:33:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b094dc00
7
8 net-im/pyicq-t: Fix wrong twisted dependency
9
10 Package-Manager: portage-2.3.2
11
12 net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 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
16 index c1772db..889ff1c 100644
17 --- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
18 +++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild
19 @@ -22,7 +22,7 @@ RDEPEND="${DEPEND}
20 ( || ( ( dev-python/twisted-core[${PYTHON_USEDEP}]
21 dev-python/twisted-words[${PYTHON_USEDEP}]
22 dev-python/twisted-web[${PYTHON_USEDEP}] )
23 - dev-python/twisted-core[${PYTHON_USEDEP}] ) )
24 + dev-python/twisted[${PYTHON_USEDEP}] ) )
25 webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] )
26 dev-python/pillow[${PYTHON_USEDEP}]"