From 3bdaf0fce1306d79b8b621260bfc3ea7a4fe9ff6 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 17 Jul 2021 20:16:03 +0200 Subject: mate-extra/caja-hide: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP Signed-off-by: David Seifert --- mate-extra/caja-hide/caja-hide-0.9.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mate-extra') diff --git a/mate-extra/caja-hide/caja-hide-0.9.0.ebuild b/mate-extra/caja-hide/caja-hide-0.9.0.ebuild index 4140e5646a21..d46c9b8feadc 100644 --- a/mate-extra/caja-hide/caja-hide-0.9.0.ebuild +++ b/mate-extra/caja-hide/caja-hide-0.9.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_8 ) inherit python-single-r1 MY_PN="Caja-hide" @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} - $(python_gen_cond_dep 'dev-python/future[${PYTHON_MULTI_USEDEP}]') + $(python_gen_cond_dep 'dev-python/future[${PYTHON_USEDEP}]') dev-python/python-caja[${PYTHON_SINGLE_USEDEP}] x11-misc/xautomation " -- cgit v1.2.3-65-gdbad