From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D69C6158090 for ; Wed, 4 May 2022 18:07:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15742E07D3; Wed, 4 May 2022 18:07:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA9CCE07D3 for ; Wed, 4 May 2022 18:07:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF92E34167F for ; Wed, 4 May 2022 18:06:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A9523BF for ; Wed, 4 May 2022 18:06:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1651687614.06b510ab763ac42cfc70c741a81096645d46dbcd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild X-VCS-Directories: xfce-base/xfce4-settings/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 06b510ab763ac42cfc70c741a81096645d46dbcd X-VCS-Branch: master Date: Wed, 4 May 2022 18:06:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bbfe5c33-c770-48fd-8f61-488f9e7ee0ad X-Archives-Hash: 89a925ffe47632e0aafa6a64681dd619 commit: 06b510ab763ac42cfc70c741a81096645d46dbcd Author: Michał Górny gentoo org> AuthorDate: Wed May 4 18:04:11 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 4 18:06:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b510ab xfce-base/xfce4-settings: Enable py3.10 Closes: https://bugs.gentoo.org/842594 Signed-off-by: Michał Górny gentoo.org> xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild | 4 ++-- 1 file 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"