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 85A3F15ACFC for ; Thu, 4 May 2023 07:06:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C85C3E0F4D; Thu, 4 May 2023 07:06:22 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB713E0F4D for ; Thu, 4 May 2023 07:06:22 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB7D2340F16 for ; Thu, 4 May 2023 07:06:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E850A55 for ; Thu, 4 May 2023 07:06:20 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1683183977.aa61a14e65e342e037cdf33dc382ae51a01d3c3e.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/solfege/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/solfege/solfege-3.23.4.ebuild X-VCS-Directories: media-sound/solfege/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: aa61a14e65e342e037cdf33dc382ae51a01d3c3e X-VCS-Branch: master Date: Thu, 4 May 2023 07:06:20 +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: 5ac609c2-aae0-416e-a891-e18397834900 X-Archives-Hash: 05cd47c07c2d15bfc75ea5b33c1afcc3 commit: aa61a14e65e342e037cdf33dc382ae51a01d3c3e Author: Miroslav Šulc gentoo org> AuthorDate: Thu May 4 07:06:10 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu May 4 07:06:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa61a14e media-sound/solfege: eapi8, py3.11 Closes: https://bugs.gentoo.org/897040 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/solfege/solfege-3.23.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/solfege/solfege-3.23.4.ebuild b/media-sound/solfege/solfege-3.23.4.ebuild index 2c46c614b4d5..992f7768657b 100644 --- a/media-sound/solfege/solfege-3.23.4.ebuild +++ b/media-sound/solfege/solfege-3.23.4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="sqlite" inherit autotools python-single-r1