From d8a9a96531f2bbac6d7a0006bdabb634cc8d0d38 Mon Sep 17 00:00:00 2001 From: layman Date: Thu, 19 Jul 2018 11:37:23 +0200 Subject: [PATCH] gajim-omemo: fix dependencies and commit id --- net-im/gajim-omemo/gajim-omemo-1.2.8.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/net-im/gajim-omemo/gajim-omemo-1.2.8.ebuild b/net-im/gajim-omemo/gajim-omemo-1.2.8.ebuild index a32376b..514f015 100644 --- a/net-im/gajim-omemo/gajim-omemo-1.2.8.ebuild +++ b/net-im/gajim-omemo/gajim-omemo-1.2.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ EGIT_REPO_URI="https://dev.gajim.org/gajim/gajim-plugins.git" if [[ "${PV}" = "9999" ]] ; then KEYWORDS="" else - EGIT_COMMIT="fa601b9a48e5ddb66bb04ec6b231ca90d617ab2f" + EGIT_COMMIT="omemo_${PV}" KEYWORDS="~amd64" fi @@ -20,9 +20,10 @@ LICENSE="GPL-3" SLOT="0" IUSE="" -DEPEND="dev-python/python-axolotl - dev-python/qrcode - dev-python/cryptography" +DEPEND="dev-python/cryptography + dev-python/python-axolotl + dev-python/pycrypto + dev-python/qrcode" RDEPEND="${DEPEND}"