diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:11 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:11 +0200 |
commit | ef6d156fdb74cd77c53936646f54a62f0c57ae92 (patch) | |
tree | 7fd642f4865de42c81e5df36709e3cf2ff0e9bfa /media-gfx | |
parent | media-gfx/krita: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-ef6d156fdb74cd77c53936646f54a62f0c57ae92.tar.gz gentoo-ef6d156fdb74cd77c53936646f54a62f0c57ae92.tar.bz2 gentoo-ef6d156fdb74cd77c53936646f54a62f0c57ae92.zip |
media-gfx/zbar: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/zbar/zbar-0.23.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/zbar/zbar-0.23.1.ebuild b/media-gfx/zbar/zbar-0.23.1.ebuild index 7b07b269b68f..56e14bbc04eb 100644 --- a/media-gfx/zbar/zbar-0.23.1.ebuild +++ b/media-gfx/zbar/zbar-0.23.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit autotools flag-o-matic java-pkg-opt-2 multilib-minimal python-single-r1 virtualx @@ -67,7 +67,7 @@ DEPEND="${COMMON_DEPEND} test? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/pillow[${PYTHON_MULTI_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] ') )" |