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 04D30158015 for ; Thu, 21 Dec 2023 12:56:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 612EB2BC03C; Thu, 21 Dec 2023 12:56:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4AB952BC03C for ; Thu, 21 Dec 2023 12:56:31 +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 99CFC342F64 for ; Thu, 21 Dec 2023 12:56:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 049A414B4 for ; Thu, 21 Dec 2023 12:56:28 +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: <1703163366.a65fa10b95c8aea0a02a88231b0ca5e8843388ab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libvpx/libvpx-1.13.1-r1.ebuild X-VCS-Directories: media-libs/libvpx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a65fa10b95c8aea0a02a88231b0ca5e8843388ab X-VCS-Branch: master Date: Thu, 21 Dec 2023 12:56:28 +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: e95da65e-1b5b-4384-a0a7-9e4dc00474e9 X-Archives-Hash: bf3e05f97932b730b1ebbec903251a0c commit: a65fa10b95c8aea0a02a88231b0ca5e8843388ab Author: Sam James gentoo org> AuthorDate: Thu Dec 21 12:56:06 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 21 12:56:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65fa10b media-libs/libvpx: Stabilize 1.13.1-r1 arm, #920469 Signed-off-by: Sam James gentoo.org> media-libs/libvpx/libvpx-1.13.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libvpx/libvpx-1.13.1-r1.ebuild b/media-libs/libvpx/libvpx-1.13.1-r1.ebuild index 94c1301bc766..07609013b44b 100644 --- a/media-libs/libvpx/libvpx-1.13.1-r1.ebuild +++ b/media-libs/libvpx/libvpx-1.13.1-r1.ebuild @@ -24,7 +24,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0/8" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="cpu_flags_ppc_vsx3 doc +highbitdepth postproc static-libs test +threads" REQUIRED_USE="test? ( threads )" RESTRICT="!test? ( test )"