gajim-omemo: fix dependencies and commit id
This commit is contained in:
parent
c265de00fa
commit
d8a9a96531
1 changed files with 6 additions and 5 deletions
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue