diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-04 20:04:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-04 20:06:54 +0200 |
commit | 06b510ab763ac42cfc70c741a81096645d46dbcd (patch) | |
tree | 5537d1d704561a355c04421e81e0a80d6f1d4a12 /xfce-base/xfce4-settings | |
parent | net-libs/nodejs: drop 18.0.0 (diff) | |
download | gentoo-06b510ab763ac42cfc70c741a81096645d46dbcd.tar.gz gentoo-06b510ab763ac42cfc70c741a81096645d46dbcd.tar.bz2 gentoo-06b510ab763ac42cfc70c741a81096645d46dbcd.zip |
xfce-base/xfce4-settings: Enable py3.10
Closes: https://bugs.gentoo.org/842594
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base/xfce4-settings')
-rw-r--r-- | xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild index a8df5ee66c9f..6b61bddbb465 100644 --- a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild +++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-single-r1 xdg-utils DESCRIPTION="Configuration system for the Xfce desktop environment" |