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 0349115800F for ; Thu, 9 Feb 2023 02:12:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ABC0E07AE; Thu, 9 Feb 2023 02:12:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E55E8E07AE for ; Thu, 9 Feb 2023 02:12:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E2B6A34085A for ; Thu, 9 Feb 2023 02:12:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27C2989C for ; Thu, 9 Feb 2023 02:12:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1675908723.d7fd45c13c7ed51b51d1198b0e7e0db4f76fef95.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dbus/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/dbus/dbus-1.15.4.ebuild X-VCS-Directories: sys-apps/dbus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d7fd45c13c7ed51b51d1198b0e7e0db4f76fef95 X-VCS-Branch: master Date: Thu, 9 Feb 2023 02:12:32 +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: e8ba41f2-5533-45d7-89a3-8cce11dae477 X-Archives-Hash: e224ae043a3fcfdc87d43968a0d6145c commit: d7fd45c13c7ed51b51d1198b0e7e0db4f76fef95 Author: Sam James gentoo org> AuthorDate: Thu Feb 9 02:12:03 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 9 02:12:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fd45c1 sys-apps/dbus: enable py3.11 Signed-off-by: Sam James gentoo.org> sys-apps/dbus/dbus-1.15.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/dbus/dbus-1.15.4.ebuild b/sys-apps/dbus/dbus-1.15.4.ebuild index 2b41ad09c508..218b0e4a3717 100644 --- a/sys-apps/dbus/dbus-1.15.4.ebuild +++ b/sys-apps/dbus/dbus-1.15.4.ebuild @@ -6,7 +6,7 @@ EAPI=8 # Be careful with packaging odd-version-number branches. # See https://www.freedesktop.org/wiki/Software/dbus/#download. -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) TMPFILES_OPTIONAL=1 # From 1.15.0 release notes: