diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:15:23 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:15:23 +0200 |
commit | 2607180d22f1596bc01d6eb58d8cb21ac42a3f31 (patch) | |
tree | 43bf5e05d2eca51ec8e2190d6db8dcfe380b0116 /dev-libs/libcharon | |
parent | dev-libs/libarcus: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-2607180d22f1596bc01d6eb58d8cb21ac42a3f31.tar.gz gentoo-2607180d22f1596bc01d6eb58d8cb21ac42a3f31.tar.bz2 gentoo-2607180d22f1596bc01d6eb58d8cb21ac42a3f31.zip |
dev-libs/libcharon: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/libcharon')
-rw-r--r-- | dev-libs/libcharon/libcharon-4.9.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libcharon/libcharon-4.9.1.ebuild b/dev-libs/libcharon/libcharon-4.9.1.ebuild index f7557d509131..819af575f9c9 100644 --- a/dev-libs/libcharon/libcharon-4.9.1.ebuild +++ b/dev-libs/libcharon/libcharon-4.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit cmake python-single-r1 @@ -31,7 +31,7 @@ RDEPEND=" DEPEND="${PYTHON_DEPS} test? ( - $(python_gen_cond_dep 'dev-python/pytest[${PYTHON_MULTI_USEDEP}]') + $(python_gen_cond_dep 'dev-python/pytest[${PYTHON_USEDEP}]') )" S="${WORKDIR}/${MY_PN}-${PV}" |