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 A86F5158020 for ; Sun, 18 Dec 2022 12:20:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDAA8E088B; Sun, 18 Dec 2022 12:20:12 +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 D4F83E088B for ; Sun, 18 Dec 2022 12:20:12 +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 D3D9434027D for ; Sun, 18 Dec 2022 12:20:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47CE37C6 for ; Sun, 18 Dec 2022 12:20:10 +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: <1671365988.96f552955f2f570e273b908cf36db0acf2d96e92.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsidplay/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsidplay/libsidplay-2.1.1-r6.ebuild X-VCS-Directories: media-libs/libsidplay/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 96f552955f2f570e273b908cf36db0acf2d96e92 X-VCS-Branch: master Date: Sun, 18 Dec 2022 12:20:10 +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: cb4f94c0-8565-42c1-a6f5-43f911f79679 X-Archives-Hash: e7fe31373ab06b6aa8f8e6177c8d1cb4 commit: 96f552955f2f570e273b908cf36db0acf2d96e92 Author: Sam James gentoo org> AuthorDate: Sun Dec 18 12:19:48 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 18 12:19:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f55295 media-libs/libsidplay: Stabilize 2.1.1-r6 ppc64, #886741 Signed-off-by: Sam James gentoo.org> media-libs/libsidplay/libsidplay-2.1.1-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libsidplay/libsidplay-2.1.1-r6.ebuild b/media-libs/libsidplay/libsidplay-2.1.1-r6.ebuild index eee637cf2a98..1b8d76793964 100644 --- a/media-libs/libsidplay/libsidplay-2.1.1-r6.ebuild +++ b/media-libs/libsidplay/libsidplay-2.1.1-r6.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/sidplay2/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv sparc ~x86" IUSE="static-libs" BDEPEND="sys-devel/autoconf-archive"