From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 6DB251584AD for ; Mon, 21 Apr 2025 06:24:00 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5BD3734330E for ; Mon, 21 Apr 2025 06:24:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 308311104BD; Mon, 21 Apr 2025 06:23: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 bobolink.gentoo.org (Postfix) with ESMTPS id 2310A1104BC for ; Mon, 21 Apr 2025 06:23: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D06B634324A for ; Mon, 21 Apr 2025 06:23:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C12332450 for ; Mon, 21 Apr 2025 06:22:57 +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: <1745216310.ff083a832a5cf51a6cb74e38418da47c38e94cef.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/liblc3/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/liblc3/liblc3-1.1.3.ebuild X-VCS-Directories: media-sound/liblc3/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ff083a832a5cf51a6cb74e38418da47c38e94cef X-VCS-Branch: master Date: Mon, 21 Apr 2025 06:22:57 +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: d915a1ad-0a36-4acf-871b-cda6adb2d7d9 X-Archives-Hash: 03bd05021573e1f84497b1b0a173ccbb commit: ff083a832a5cf51a6cb74e38418da47c38e94cef Author: Sam James gentoo org> AuthorDate: Mon Apr 21 06:18:30 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 21 06:18:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff083a83 media-sound/liblc3: Stabilize 1.1.3 x86, #950193 Signed-off-by: Sam James gentoo.org> media-sound/liblc3/liblc3-1.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/liblc3/liblc3-1.1.3.ebuild b/media-sound/liblc3/liblc3-1.1.3.ebuild index ac89922ed41d..5e2eb19dfece 100644 --- a/media-sound/liblc3/liblc3-1.1.3.ebuild +++ b/media-sound/liblc3/liblc3-1.1.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/google/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86" IUSE="test tools" RESTRICT="!test? ( test )"