Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/atril/
Date: Sat, 17 Apr 2021 20:08:39
Message-Id: 1618690097.a36833274472ab584e70c55fde1830a8af920455.pacho@gentoo
1 commit: a36833274472ab584e70c55fde1830a8af920455
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 17 19:06:36 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 17 20:08:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3683327
7
8 app-text/atril: Support newer python versions
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 app-text/atril/atril-1.24.0-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/atril/atril-1.24.0-r2.ebuild b/app-text/atril/atril-1.24.0-r2.ebuild
17 index 643926b9b3a..1cf25b1ae89 100644
18 --- a/app-text/atril/atril-1.24.0-r2.ebuild
19 +++ b/app-text/atril/atril-1.24.0-r2.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 MATE_LA_PUNT="yes"
28
29 -PYTHON_COMPAT=( python3_7 )
30 +PYTHON_COMPAT=( python3_{7..9} )
31
32 inherit mate python-any-r1 virtualx