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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 584CF158043 for ; Mon, 15 Apr 2024 05:36:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F8D2E29E2; Mon, 15 Apr 2024 05:36:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6E93BE29E2 for ; Mon, 15 Apr 2024 05:36:20 +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 37D043433C2 for ; Mon, 15 Apr 2024 05:36:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CF6C1620 for ; Mon, 15 Apr 2024 05:36:17 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1713159339.9b8cab30e8258e0c1f2c3353ab3dea8e7a84cff5.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulsemixer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild media-sound/pulsemixer/pulsemixer-9999.ebuild X-VCS-Directories: media-sound/pulsemixer/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 9b8cab30e8258e0c1f2c3353ab3dea8e7a84cff5 X-VCS-Branch: master Date: Mon, 15 Apr 2024 05:36:17 +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: c2cb0685-fc5b-467e-94fa-3113ddbd12c4 X-Archives-Hash: e706e91c823ab34fe44043ec246bbf7f commit: 9b8cab30e8258e0c1f2c3353ab3dea8e7a84cff5 Author: John Helmert III gentoo org> AuthorDate: Mon Apr 15 05:35:39 2024 +0000 Commit: John Helmert III gentoo org> CommitDate: Mon Apr 15 05:35:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8cab30 media-sound/pulsemixer: enable py3.12 Closes: https://bugs.gentoo.org/929665 Signed-off-by: John Helmert III gentoo.org> media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild | 4 ++-- media-sound/pulsemixer/pulsemixer-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild b/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild index 6f2490c54558..92808ef8f579 100644 --- a/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild +++ b/media-sound/pulsemixer/pulsemixer-1.5.1-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 diff --git a/media-sound/pulsemixer/pulsemixer-9999.ebuild b/media-sound/pulsemixer/pulsemixer-9999.ebuild index 54f5ab3fa3ac..c8ced02506c6 100644 --- a/media-sound/pulsemixer/pulsemixer-9999.ebuild +++ b/media-sound/pulsemixer/pulsemixer-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1