Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/file-roller/
Date: Tue, 20 Apr 2021 02:49:27
Message-Id: 1618886668.9ed54c79856c79565fc11d5a544c5cc6106a9459.mattst88@gentoo
1 commit: 9ed54c79856c79565fc11d5a544c5cc6106a9459
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 20 02:44:19 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 20 02:44:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed54c79
7
8 app-arch/file-roller: use ${EPYTHON}, not python3
9
10 Closes: https://bugs.gentoo.org/765829
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 app-arch/file-roller/file-roller-3.38.1.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/app-arch/file-roller/file-roller-3.38.1.ebuild b/app-arch/file-roller/file-roller-3.38.1.ebuild
17 index 583372f4095..f7ba9f11727 100644
18 --- a/app-arch/file-roller/file-roller-3.38.1.ebuild
19 +++ b/app-arch/file-roller/file-roller-3.38.1.ebuild
20 @@ -2,7 +2,8 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=7
24 -inherit gnome.org gnome2-utils meson readme.gentoo-r1 xdg
25 +PYTHON_COMPAT=( python3_{7..9} )
26 +inherit gnome.org gnome2-utils meson python-any-r1 readme.gentoo-r1 xdg
27
28 DESCRIPTION="Archive manager for GNOME"
29 HOMEPAGE="https://wiki.gnome.org/Apps/FileRoller"
30 @@ -28,6 +29,7 @@ RDEPEND="
31 "
32 DEPEND="${RDEPEND}"
33 BDEPEND="
34 + ${PYTHON_DEPS}
35 dev-util/glib-utils
36 dev-util/itstool
37 >=sys-devel/gettext-0.19.8