commit: dee0b9dc9b2a548bdd3113a5c11e470ef3a4e00f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 12 07:00:14 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 12 13:27:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dee0b9dc
dev-python/m2crypto: Fix dev-python/typing dep
.../m2crypto/{m2crypto-0.27.0-r1.ebuild => m2crypto-0.27.0-r2.ebuild} | 2 +-
dev-python/m2crypto/m2crypto-0.27.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/m2crypto/m2crypto-0.27.0-r1.ebuild
b/dev-python/m2crypto/m2crypto-0.27.0-r2.ebuild
similarity index 96%
rename from dev-python/m2crypto/m2crypto-0.27.0-r1.ebuild
rename to dev-python/m2crypto/m2crypto-0.27.0-r2.ebuild
index 7511b164b27..84bdf24cfb7 100644
--- a/dev-python/m2crypto/m2crypto-0.27.0-r1.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.27.0-r2.ebuild
@@ -23,7 +23,7 @@ IUSE="libressl"
RDEPEND="
!libressl? ( >=dev-libs/openssl-0.9.8:0=[-bindist(-)] )
libressl? ( dev-libs/libressl:0= )
- dev-python/typing[${PYTHON_USEDEP}]
+ virtual/python-typing[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
>=dev-lang/swig-1.3.28:0
diff --git a/dev-python/m2crypto/m2crypto-0.27.0.ebuild
b/dev-python/m2crypto/m2crypto-0.27.0.ebuild
index 34bf69ba7e3..e1df10b50d7 100644
--- a/dev-python/m2crypto/m2crypto-0.27.0.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.27.0.ebuild
@@ -23,7 +23,7 @@ IUSE="libressl"
RDEPEND="
!libressl? ( >=dev-libs/openssl-0.9.8:0=[-bindist(-)] )
libressl? ( dev-libs/libressl:0= )
- dev-python/typing[${PYTHON_USEDEP}]
+ virtual/python-typing[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
>=dev-lang/swig-1.3.28:0