commit: ce280ce63ca2c54fd860f247808ac680d0d5b93c
Author: Jonathan Scruggs <j.scruggs <AT> gmail <DOT> com>
AuthorDate: Wed Nov 2 11:42:14 2016 +0000
Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Thu Nov 3 10:03:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce280ce6
dev-python/m2crypto: add missing python_usedep for typing
Thanks to Steffen Hau in bug 597744 comment 10 for reporting.
Signed-off by: Jonathan Scruggs (j.scruggs <AT> gmail.com)
.../m2crypto/{m2crypto-0.25.1-r1.ebuild => m2crypto-0.25.1-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/m2crypto/m2crypto-0.25.1-r1.ebuild
b/dev-python/m2crypto/m2crypto-0.25.1-r2.ebuild
similarity index 95%
rename from dev-python/m2crypto/m2crypto-0.25.1-r1.ebuild
rename to dev-python/m2crypto/m2crypto-0.25.1-r2.ebuild
index b2ad706..683ed05 100644
--- a/dev-python/m2crypto/m2crypto-0.25.1-r1.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.25.1-r2.ebuild
@@ -23,7 +23,7 @@ IUSE="libressl"
RDEPEND="
!libressl? ( >=dev-libs/openssl-0.9.8:0= )
libressl? ( dev-libs/libressl:0= )
- dev-python/typing
+ dev-python/typing[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
>=dev-lang/swig-1.3.28:0