summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-04-19 22:44:19 -0400
committerMatt Turner <mattst88@gentoo.org>2021-04-19 22:44:28 -0400
commit9ed54c79856c79565fc11d5a544c5cc6106a9459 (patch)
tree9adead150ba300e33b395bfb5bcdf5e04d8deae9 /app-arch
parentx11-libs/goocanvas: use ${EPYTHON}, not python3 (diff)
downloadgentoo-9ed54c79856c79565fc11d5a544c5cc6106a9459.tar.gz
gentoo-9ed54c79856c79565fc11d5a544c5cc6106a9459.tar.bz2
gentoo-9ed54c79856c79565fc11d5a544c5cc6106a9459.zip
app-arch/file-roller: use ${EPYTHON}, not python3
Closes: https://bugs.gentoo.org/765829 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/file-roller/file-roller-3.38.1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-arch/file-roller/file-roller-3.38.1.ebuild b/app-arch/file-roller/file-roller-3.38.1.ebuild
index 583372f40951..f7ba9f11727d 100644
--- a/app-arch/file-roller/file-roller-3.38.1.ebuild
+++ b/app-arch/file-roller/file-roller-3.38.1.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit gnome.org gnome2-utils meson readme.gentoo-r1 xdg
+PYTHON_COMPAT=( python3_{7..9} )
+inherit gnome.org gnome2-utils meson python-any-r1 readme.gentoo-r1 xdg
DESCRIPTION="Archive manager for GNOME"
HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller"
@@ -28,6 +29,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="
+ ${PYTHON_DEPS}
dev-util/glib-utils
dev-util/itstool
>=sys-devel/gettext-0.19.8