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 892D2159CAA for ; Tue, 30 Jul 2024 19:01:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 909DC2BC04B; Tue, 30 Jul 2024 19:01:28 +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 5EE13E2A39 for ; Tue, 30 Jul 2024 19:01:28 +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 E70203409C8 for ; Tue, 30 Jul 2024 19:01:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 357671E65 for ; Tue, 30 Jul 2024 19:01:24 +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: <1722366040.7be880944a1f1a14bd9558a5a46b8ffb6a5d56ba.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ecasound/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ecasound/ecasound-2.9.3-r1.ebuild X-VCS-Directories: media-sound/ecasound/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7be880944a1f1a14bd9558a5a46b8ffb6a5d56ba X-VCS-Branch: master Date: Tue, 30 Jul 2024 19:01:24 +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: 18bd6e10-600a-4e4a-9336-9d48ff83743e X-Archives-Hash: e32a7bb7b89ef459567130e29c4f95a2 commit: 7be880944a1f1a14bd9558a5a46b8ffb6a5d56ba Author: Pacho Ramos gentoo org> AuthorDate: Tue Jul 30 18:12:02 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jul 30 19:00:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be88094 media-sound/ecasound: update DESCRIPTION Closes: https://bugs.gentoo.org/929657 Signed-off-by: Pacho Ramos gentoo.org> media-sound/ecasound/ecasound-2.9.3-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/ecasound/ecasound-2.9.3-r1.ebuild b/media-sound/ecasound/ecasound-2.9.3-r1.ebuild index 3c6ad32445db..862c71272789 100644 --- a/media-sound/ecasound/ecasound-2.9.3-r1.ebuild +++ b/media-sound/ecasound/ecasound-2.9.3-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools python-single-r1 -DESCRIPTION="a package for multitrack audio processing" +DESCRIPTION="Package for multitrack audio processing" HOMEPAGE="https://ecasound.seul.org/ecasound/" SRC_URI="https://ecasound.seul.org/download/${P}.tar.gz"