summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-05-08 14:27:31 -0400
committerMike Gilbert <floppym@gentoo.org>2023-05-08 14:27:31 -0400
commitf38ecf791fe36b3f65494b85920e4e414f2bf704 (patch)
treea874f1cff3aaab9c45d68bc61b3d97e18f08e55d /sys-apps
parentnet-p2p/transmission-remote-gtk: backport support for libayatana-appindicator3 (diff)
downloadgentoo-f38ecf791fe36b3f65494b85920e4e414f2bf704.tar.gz
gentoo-f38ecf791fe36b3f65494b85920e4e414f2bf704.tar.bz2
gentoo-f38ecf791fe36b3f65494b85920e4e414f2bf704.zip
sys-apps/systemd-utils: disable py3.9
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd-utils/systemd-utils-253.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd-utils/systemd-utils-253.4.ebuild b/sys-apps/systemd-utils/systemd-utils-253.4.ebuild
index 6d640894d4a9..4dc4e15bbe49 100644
--- a/sys-apps/systemd-utils/systemd-utils-253.4.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-253.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
QA_PKGCONFIG_VERSION=$(ver_cut 1)