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 AA84E159C96 for ; Tue, 30 Jul 2024 09:18:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 263842BC03D; Tue, 30 Jul 2024 09:18:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 015F02BC03D for ; Tue, 30 Jul 2024 09:18:47 +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 D3C59340C76 for ; Tue, 30 Jul 2024 09:18:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1AF71E81 for ; Tue, 30 Jul 2024 09:18:44 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1722331096.33c5a5bb5186d7fad15567b6db6be1a2916edc6f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/dir2ogg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/dir2ogg/dir2ogg-0.13-r2.ebuild X-VCS-Directories: media-sound/dir2ogg/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 33c5a5bb5186d7fad15567b6db6be1a2916edc6f X-VCS-Branch: master Date: Tue, 30 Jul 2024 09:18:44 +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: 3a03e3c0-8d6b-4be7-b3c1-128870ccee2e X-Archives-Hash: f817f2617480638b288c8068b8935803 commit: 33c5a5bb5186d7fad15567b6db6be1a2916edc6f Author: Pacho Ramos gentoo org> AuthorDate: Tue Jul 30 09:01:45 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jul 30 09:18:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c5a5bb media-sound/dir2ogg: Support python 3.12 Closes: https://bugs.gentoo.org/929656 Signed-off-by: Pacho Ramos gentoo.org> media-sound/dir2ogg/dir2ogg-0.13-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/dir2ogg/dir2ogg-0.13-r2.ebuild b/media-sound/dir2ogg/dir2ogg-0.13-r2.ebuild index 0445569da3d7..0ccb78462ce0 100644 --- a/media-sound/dir2ogg/dir2ogg-0.13-r2.ebuild +++ b/media-sound/dir2ogg/dir2ogg-0.13-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1