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 5B11C15800D for ; Mon, 3 Jul 2023 13:47:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 606F9E0884; Mon, 3 Jul 2023 13:47:15 +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 465A7E0884 for ; Mon, 3 Jul 2023 13:47:15 +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 3A247340E1C for ; Mon, 3 Jul 2023 13:47:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 736D6AC8 for ; Mon, 3 Jul 2023 13:47:12 +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: <1688392016.0d4b22501c33e8d547507bf53fd9dfb922853879.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/liblscp/liblscp-0.9.10.ebuild X-VCS-Directories: media-libs/liblscp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0d4b22501c33e8d547507bf53fd9dfb922853879 X-VCS-Branch: master Date: Mon, 3 Jul 2023 13:47:12 +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: 9abf43bc-71ed-442a-84cd-eb736d028991 X-Archives-Hash: d96cf0052138f1582404e13cc31d123b commit: 0d4b22501c33e8d547507bf53fd9dfb922853879 Author: Sam James gentoo org> AuthorDate: Mon Jul 3 13:46:56 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 3 13:46:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4b2250 media-libs/liblscp: Stabilize 0.9.10 x86, #909550 Signed-off-by: Sam James gentoo.org> media-libs/liblscp/liblscp-0.9.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/liblscp/liblscp-0.9.10.ebuild b/media-libs/liblscp/liblscp-0.9.10.ebuild index 834c876cf36e..f58f229f36be 100644 --- a/media-libs/liblscp/liblscp-0.9.10.ebuild +++ b/media-libs/liblscp/liblscp-0.9.10.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then else SRC_URI="https://www.rncbc.org/archive/${P}.tar.gz https://download.linuxsampler.org/packages/${P}.tar.gz" - KEYWORDS="amd64 ~ppc ~x86" + KEYWORDS="amd64 ~ppc x86" fi LICENSE="LGPL-2.1"