commit: 050b4365560e2dfaa315722e8d94a2ba6aae566b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 27 15:39:25 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 27 15:43:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050b4365
dev-python/keepassx: Allow pycryptodome, #611598
.../keepassx/{keepassx-0.1.0.ebuild => keepassx-0.1.0-r1.ebuild} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-python/keepassx/keepassx-0.1.0.ebuild
b/dev-python/keepassx/keepassx-0.1.0-r1.ebuild
similarity index 85%
rename from dev-python/keepassx/keepassx-0.1.0.ebuild
rename to dev-python/keepassx/keepassx-0.1.0-r1.ebuild
index 927a6783e32..45aac1922c1 100644
--- a/dev-python/keepassx/keepassx-0.1.0.ebuild
+++ b/dev-python/keepassx/keepassx-0.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,7 +19,10 @@ IUSE="test"
S=${WORKDIR}/python-${P}
RDEPEND="
- dev-python/pycrypto[${PYTHON_USEDEP}]
+ || (
+ dev-python/pycryptodome[${PYTHON_USEDEP}]
+ dev-python/pycrypto[${PYTHON_USEDEP}]
+ )
dev-python/prettytable[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]