diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:51:08 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:51:08 +0200 |
commit | ff02ed68e39dd5b44fac1ecca57ea5bfd101b1e2 (patch) | |
tree | 7e78625d125683e274a7b3762525c872aa466ad1 /dev-python/black | |
parent | dev-perl/Term-Table: Inherit optfeature.eclass (diff) | |
download | gentoo-ff02ed68e39dd5b44fac1ecca57ea5bfd101b1e2.tar.gz gentoo-ff02ed68e39dd5b44fac1ecca57ea5bfd101b1e2.tar.bz2 gentoo-ff02ed68e39dd5b44fac1ecca57ea5bfd101b1e2.zip |
dev-python/black: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/black')
-rw-r--r-- | dev-python/black/black-19.10_beta0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/black/black-20.8_beta1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/black/black-19.10_beta0.ebuild b/dev-python/black/black-19.10_beta0.ebuild index 8098148cd15e..e28d8526c1bd 100644 --- a/dev-python/black/black-19.10_beta0.ebuild +++ b/dev-python/black/black-19.10_beta0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit eutils distutils-r1 +inherit distutils-r1 optfeature MY_PV="${PV//_beta/b}" MY_P="${PN}-${MY_PV}" diff --git a/dev-python/black/black-20.8_beta1.ebuild b/dev-python/black/black-20.8_beta1.ebuild index f3a288e163e0..0f5da477c90c 100644 --- a/dev-python/black/black-20.8_beta1.ebuild +++ b/dev-python/black/black-20.8_beta1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit eutils distutils-r1 +inherit distutils-r1 optfeature MY_PV="${PV//_beta/b}" MY_P="${PN}-${MY_PV}" |