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 2A22315ACFB for ; Thu, 27 Apr 2023 06:40:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82806E088C; Thu, 27 Apr 2023 06:40:01 +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 3EABBE088C for ; Thu, 27 Apr 2023 06:40:01 +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 1F2C834101E for ; Thu, 27 Apr 2023 06:40:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F5DFA49 for ; Thu, 27 Apr 2023 06:39:58 +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: <1682577579.1685d63494918a6df109a5daeb1f4c5f369a7341.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.9.ebuild X-VCS-Directories: media-libs/liblscp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1685d63494918a6df109a5daeb1f4c5f369a7341 X-VCS-Branch: master Date: Thu, 27 Apr 2023 06:39:58 +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: 9cd66995-3f44-4784-bfd2-7029c51a4383 X-Archives-Hash: b848c026446aaf272f0590d485e6d744 commit: 1685d63494918a6df109a5daeb1f4c5f369a7341 Author: Sam James gentoo org> AuthorDate: Thu Apr 27 06:39:27 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 27 06:39:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1685d634 media-libs/liblscp: Stabilize 0.9.9 amd64, #905141 Signed-off-by: Sam James gentoo.org> media-libs/liblscp/liblscp-0.9.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/liblscp/liblscp-0.9.9.ebuild b/media-libs/liblscp/liblscp-0.9.9.ebuild index abf96900d91a..834c876cf36e 100644 --- a/media-libs/liblscp/liblscp-0.9.9.ebuild +++ b/media-libs/liblscp/liblscp-0.9.9.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"