dev-python/keepassx: Allow pycryptodome, #611598
authorMichał Górny <mgorny@gentoo.org>
Mon, 27 Mar 2017 15:39:25 +0000 (17:39 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 27 Mar 2017 15:43:21 +0000 (17:43 +0200)
dev-python/keepassx/keepassx-0.1.0-r1.ebuild [moved from dev-python/keepassx/keepassx-0.1.0.ebuild with 85% similarity]

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 927a6783e32d6783b4914a295f6edf58ec4f3161..45aac1922c123cc8fc2228d34fbe2c5b0de7beb5 100644 (file)
@@ -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}]