diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:03 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:03 +0200 |
commit | 3bdaf0fce1306d79b8b621260bfc3ea7a4fe9ff6 (patch) | |
tree | e13867be2bddb335b771711a4b2ff825ba264c69 | |
parent | mate-extra/caja-dropbox: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-3bdaf0fce1306d79b8b621260bfc3ea7a4fe9ff6.tar.gz gentoo-3bdaf0fce1306d79b8b621260bfc3ea7a4fe9ff6.tar.bz2 gentoo-3bdaf0fce1306d79b8b621260bfc3ea7a4fe9ff6.zip |
mate-extra/caja-hide: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | mate-extra/caja-hide/caja-hide-0.9.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 " |