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 BFBD815A7D9 for ; Wed, 22 Mar 2023 05:30:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87818E090F; Wed, 22 Mar 2023 05:30:20 +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 661DBE087E for ; Wed, 22 Mar 2023 05:30:20 +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 69679340E93 for ; Wed, 22 Mar 2023 05:30:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0C828FD for ; Wed, 22 Mar 2023 05:30:16 +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: <1679462936.6e3fac5aac5d99e3fba031029bd362a943e10dbb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libbluray/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libbluray/libbluray-1.3.3.ebuild X-VCS-Directories: media-libs/libbluray/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6e3fac5aac5d99e3fba031029bd362a943e10dbb X-VCS-Branch: master Date: Wed, 22 Mar 2023 05:30:16 +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: 551500d1-8289-49c3-8e71-f6ddc7f74f1e X-Archives-Hash: d75f735e5cb6d596a7bda1e976be4e6e commit: 6e3fac5aac5d99e3fba031029bd362a943e10dbb Author: Matoro Mahri users noreply github com> AuthorDate: Wed Mar 22 05:19:16 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 22 05:28:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3fac5a media-libs/libbluray: Keyword 1.3.3 mips, #896124 Signed-off-by: Matoro Mahri users.noreply.github.com> Signed-off-by: Sam James gentoo.org> media-libs/libbluray/libbluray-1.3.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libbluray/libbluray-1.3.3.ebuild b/media-libs/libbluray/libbluray-1.3.3.ebuild index f6b0cd1d569b..264c8099faf5 100644 --- a/media-libs/libbluray/libbluray-1.3.3.ebuild +++ b/media-libs/libbluray/libbluray-1.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ if [[ ${PV#9999} != ${PV} ]] ; then EGIT_REPO_URI="https://code.videolan.org/videolan/libbluray.git" else SRC_URI="https://downloads.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2" - KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86" + KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86" fi inherit autotools java-pkg-opt-2 multilib-minimal