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 55D7815ACFC for ; Sat, 15 Apr 2023 02:17:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 926EEE07E1; Sat, 15 Apr 2023 02:17:56 +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 76949E07E1 for ; Sat, 15 Apr 2023 02:17:56 +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 8036D340F82 for ; Sat, 15 Apr 2023 02:17:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DB21A45 for ; Sat, 15 Apr 2023 02:17:54 +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: <1681525040.d89aa0f29f812fa1b158770ec88d89c1c66147ba.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libldac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libldac/libldac-2.0.2.3-r1.ebuild X-VCS-Directories: media-libs/libldac/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d89aa0f29f812fa1b158770ec88d89c1c66147ba X-VCS-Branch: master Date: Sat, 15 Apr 2023 02:17:54 +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: 1294fdbd-7508-4359-b149-dba38ad98082 X-Archives-Hash: 9947b948bbd24d20f8dc7e51a66a4d8e commit: d89aa0f29f812fa1b158770ec88d89c1c66147ba Author: Matoro Mahri users noreply github com> AuthorDate: Sat Apr 15 00:01:14 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 15 02:17:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89aa0f2 media-libs/libldac: keyword 2.0.2.3-r1 for ~mips Bug: https://bugs.gentoo.org/902445 Signed-off-by: Matoro Mahri users.noreply.github.com> Signed-off-by: Sam James gentoo.org> media-libs/libldac/libldac-2.0.2.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libldac/libldac-2.0.2.3-r1.ebuild b/media-libs/libldac/libldac-2.0.2.3-r1.ebuild index 4ae53e560437..f0c9d7725360 100644 --- a/media-libs/libldac/libldac-2.0.2.3-r1.ebuild +++ b/media-libs/libldac/libldac-2.0.2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/EHfive/ldacBT/releases/download/v${PV}/ldacBT-${PV}. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/ldacBT"