diff options
author | Pacho Ramos <pacho@gentoo.org> | 2021-09-26 12:06:04 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2021-09-26 12:06:04 +0200 |
commit | 892a9e2350c0ae335e4ed1287f2b7046279a27b0 (patch) | |
tree | a1b03b5106b2740f8ed5e0f167d93c7bc6c28e28 | |
parent | gnome-extra/gnome-shell-extension-bluetooth-quick-connect: Bump to v23 (diff) | |
download | gentoo-892a9e2350c0ae335e4ed1287f2b7046279a27b0.tar.gz gentoo-892a9e2350c0ae335e4ed1287f2b7046279a27b0.tar.bz2 gentoo-892a9e2350c0ae335e4ed1287f2b7046279a27b0.zip |
app-admin/gnome-abrt: Support python 3.10
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r-- | app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild b/app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild index f0302b220f12..44eb462bbfbd 100644 --- a/app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild +++ b/app-admin/gnome-abrt/gnome-abrt-1.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit meson python-r1 |