summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-17 20:15:37 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-17 20:15:37 +0200
commit794cf64541600e770948e6e1d8c81756a21115df (patch)
tree6065a7951819c1923635a93e943ef2a9edf709d5 /dev-util/diffuse
parentdev-util/d-feet: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff)
downloadgentoo-794cf64541600e770948e6e1d8c81756a21115df.tar.gz
gentoo-794cf64541600e770948e6e1d8c81756a21115df.tar.bz2
gentoo-794cf64541600e770948e6e1d8c81756a21115df.zip
dev-util/diffuse: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util/diffuse')
-rw-r--r--dev-util/diffuse/diffuse-0.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/diffuse/diffuse-0.6.0.ebuild b/dev-util/diffuse/diffuse-0.6.0.ebuild
index 45e2c14bd2c8..7f6bd593c6d2 100644
--- a/dev-util/diffuse/diffuse-0.6.0.ebuild
+++ b/dev-util/diffuse/diffuse-0.6.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
PLOCALES="cs de es it ja ko pl pt ru sv th zh_CN zh_TW"
inherit meson plocale python-single-r1 xdg-utils
@@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
$(python_gen_cond_dep '
- dev-python/pygobject:3[${PYTHON_MULTI_USEDEP},cairo]
+ dev-python/pygobject:3[${PYTHON_USEDEP},cairo]
')
x11-libs/gtk+:3[introspection]"
# file collision, bug #279018