gajim-omemo: fix dependencies and commit id

This commit is contained in:
layman 2018-07-19 11:37:23 +02:00
parent c265de00fa
commit d8a9a96531

View file

@ -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 # Distributed under the terms of the GNU General Public License v2
EAPI=5 EAPI=5
@ -12,7 +12,7 @@ EGIT_REPO_URI="https://dev.gajim.org/gajim/gajim-plugins.git"
if [[ "${PV}" = "9999" ]] ; then if [[ "${PV}" = "9999" ]] ; then
KEYWORDS="" KEYWORDS=""
else else
EGIT_COMMIT="fa601b9a48e5ddb66bb04ec6b231ca90d617ab2f" EGIT_COMMIT="omemo_${PV}"
KEYWORDS="~amd64" KEYWORDS="~amd64"
fi fi
@ -20,9 +20,10 @@ LICENSE="GPL-3"
SLOT="0" SLOT="0"
IUSE="" IUSE=""
DEPEND="dev-python/python-axolotl DEPEND="dev-python/cryptography
dev-python/qrcode dev-python/python-axolotl
dev-python/cryptography" dev-python/pycrypto
dev-python/qrcode"
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"