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 20D4D158232 for ; Fri, 6 Dec 2024 10:13:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63B08E0B9E; Fri, 6 Dec 2024 10:13:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4860EE0B9E for ; Fri, 6 Dec 2024 10:13:58 +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 8CF423412DE for ; Fri, 6 Dec 2024 10:13:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 277BB1F0B for ; Fri, 6 Dec 2024 10:13:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1733480019.459d54916d9dd08a27ec5bf9414b06e3589897c7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/sidplayfp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/sidplayfp/sidplayfp-2.11.0.ebuild X-VCS-Directories: media-sound/sidplayfp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 459d54916d9dd08a27ec5bf9414b06e3589897c7 X-VCS-Branch: master Date: Fri, 6 Dec 2024 10:13:56 +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: b72f7484-27e7-484e-a39a-7cf29cfe3415 X-Archives-Hash: c1ec0057fa90109219655cdba67870ab commit: 459d54916d9dd08a27ec5bf9414b06e3589897c7 Author: Sam James gentoo org> AuthorDate: Fri Dec 6 10:13:39 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 6 10:13:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459d5491 media-sound/sidplayfp: Stabilize 2.11.0 amd64, #945953 Signed-off-by: Sam James gentoo.org> media-sound/sidplayfp/sidplayfp-2.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/sidplayfp/sidplayfp-2.11.0.ebuild b/media-sound/sidplayfp/sidplayfp-2.11.0.ebuild index 2d76084b9af7..451012e6ce4e 100644 --- a/media-sound/sidplayfp/sidplayfp-2.11.0.ebuild +++ b/media-sound/sidplayfp/sidplayfp-2.11.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://downloads.sourceforge.net/sidplay-residfp/${PN}/$(ver_cut 1-2)/ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+alsa oss pulseaudio" BDEPEND="virtual/pkgconfig"