commit: 9ed54c79856c79565fc11d5a544c5cc6106a9459
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 02:44:19 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 02:44:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed54c79
app-arch/file-roller: use ${EPYTHON}, not python3
Closes: https://bugs.gentoo.org/765829
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-arch/file-roller/file-roller-3.38.1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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 583372f4095..f7ba9f11727 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