commit: baa7b083f3afe5aa352e1b8c39c67b2e0f0028ec
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 14:21:17 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 18:01:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa7b083
dev-python/curtsies: Fix hardcoding impl flags
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/curtsies/curtsies-0.3.0-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/curtsies/curtsies-0.3.0-r1.ebuild
b/dev-python/curtsies/curtsies-0.3.0-r1.ebuild
index b12c3e7ffdd..47f4f1a2b20 100644
--- a/dev-python/curtsies/curtsies-0.3.0-r1.ebuild
+++ b/dev-python/curtsies/curtsies-0.3.0-r1.ebuild
@@ -19,8 +19,7 @@ IUSE="test"
RDEPEND="
>=dev-python/blessings-1.5[${PYTHON_USEDEP}]
>=dev-python/wcwidth-0.1.4[${PYTHON_USEDEP}]
- python_targets_python2_7? ( dev-python/typing[python_targets_python2_7]
)
- python_targets_python3_4? ( dev-python/typing[python_targets_python3_4]
)
+ $(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]'
python{2_7,3_4})
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]