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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53FB0158042 for ; Tue, 29 Oct 2024 09:57:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7994DE07C9; Tue, 29 Oct 2024 09:57:28 +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 2ED78E07C9 for ; Tue, 29 Oct 2024 09:57: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 658423430D8 for ; Tue, 29 Oct 2024 09:57:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FAD9AE7 for ; Tue, 29 Oct 2024 09:57:25 +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: <1730195832.3a456b4d3ac0655fe966f6d3e8ecb178e031ad01.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rubberband/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/rubberband/rubberband-4.0.0-r1.ebuild media-libs/rubberband/rubberband-4.0.0.ebuild X-VCS-Directories: media-libs/rubberband/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 3a456b4d3ac0655fe966f6d3e8ecb178e031ad01 X-VCS-Branch: master Date: Tue, 29 Oct 2024 09:57:25 +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: fb05cf0d-15c7-4dd2-9f26-e14d54f98bbc X-Archives-Hash: e25fefeafa7cd1e1a2225266c526f9fe commit: 3a456b4d3ac0655fe966f6d3e8ecb178e031ad01 Author: Miroslav Šulc gentoo org> AuthorDate: Tue Oct 29 09:57:12 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Oct 29 09:57:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a456b4d media-libs/rubberband: fixed subslot Signed-off-by: Miroslav Šulc gentoo.org> .../rubberband/{rubberband-4.0.0.ebuild => rubberband-4.0.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/rubberband/rubberband-4.0.0.ebuild b/media-libs/rubberband/rubberband-4.0.0-r1.ebuild similarity index 99% rename from media-libs/rubberband/rubberband-4.0.0.ebuild rename to media-libs/rubberband/rubberband-4.0.0-r1.ebuild index 1bbd4bb4556a..7238c2c72f38 100644 --- a/media-libs/rubberband/rubberband-4.0.0.ebuild +++ b/media-libs/rubberband/rubberband-4.0.0-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.breakfastquay.com/rubberband/" SRC_URI="https://breakfastquay.com/files/releases/${P}.tar.bz2" LICENSE="GPL-2" -SLOT="0" +SLOT="0/3" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="ladspa lv2 jni static-libs +programs test vamp" RESTRICT="!test? ( test )"