From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D00C01395E2 for ; Sun, 27 Nov 2016 10:33:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE495E0944; Sun, 27 Nov 2016 10:33:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B49BFE0944 for ; Sun, 27 Nov 2016 10:33:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57EA734123F for ; Sun, 27 Nov 2016 10:33:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B930D49C for ; Sun, 27 Nov 2016 10:33:38 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1480242815.b094dc0031a4ad60f3a620defdc89d7d62a840af.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild X-VCS-Directories: net-im/pyicq-t/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: b094dc0031a4ad60f3a620defdc89d7d62a840af X-VCS-Branch: master Date: Sun, 27 Nov 2016 10:33:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8f94c3ba-f120-4d63-95fb-408af42bbe26 X-Archives-Hash: 722ec6e0240921887086edcaaf23d167 commit: b094dc0031a4ad60f3a620defdc89d7d62a840af Author: Tobias Klausmann gentoo org> AuthorDate: Sun Nov 27 10:33:23 2016 +0000 Commit: Tobias Klausmann gentoo 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}]"