From 9c142f07800a23fa4e36461b33dc265b8b89fcb4 Mon Sep 17 00:00:00 2001 From: KronoZed Date: Wed, 10 Feb 2016 17:05:26 +0300 Subject: [PATCH] Update poezio-0.9.ebuild --- net-im/poezio/poezio-0.9.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net-im/poezio/poezio-0.9.ebuild b/net-im/poezio/poezio-0.9.ebuild index 39bcbea..648cfe7 100644 --- a/net-im/poezio/poezio-0.9.ebuild +++ b/net-im/poezio/poezio-0.9.ebuild @@ -18,8 +18,11 @@ KEYWORDS="~amd64" IUSE="" #dnspython dep is optional and skipped (requires privately patched, python3 version) -DEPEND=">=dev-python/sleekxmpp-1.0_beta5" -RDEPEND="${DEPEND}" +RDEPEND="=dev-python/slixmpp-9999[${PYTHON_USEDEP}] + ${PYTHON_DEPS} + otr? ( dev-python/pycrypto[${PYTHON_USEDEP}] + dev-python/potr[${PYTHON_USEDEP}] )" +DEPEND="${RDEPEND}" src_install() {