diff options
author | Pacho Ramos <pacho@gentoo.org> | 2021-04-17 21:06:36 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2021-04-17 22:08:17 +0200 |
commit | a36833274472ab584e70c55fde1830a8af920455 (patch) | |
tree | 93d567ae1812f10818a83cb55c72887c9c90af51 /app-text/atril | |
parent | net-im/openmittsu: Drop 0.9.13.46 (diff) | |
download | gentoo-a36833274472ab584e70c55fde1830a8af920455.tar.gz gentoo-a36833274472ab584e70c55fde1830a8af920455.tar.bz2 gentoo-a36833274472ab584e70c55fde1830a8af920455.zip |
app-text/atril: Support newer python versions
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-text/atril')
-rw-r--r-- | app-text/atril/atril-1.24.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/atril/atril-1.24.0-r2.ebuild b/app-text/atril/atril-1.24.0-r2.ebuild index 643926b9b3ac..1cf25b1ae899 100644 --- a/app-text/atril/atril-1.24.0-r2.ebuild +++ b/app-text/atril/atril-1.24.0-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 MATE_LA_PUNT="yes" -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7..9} ) inherit mate python-any-r1 virtualx |