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 2175B15808B for ; Fri, 4 Oct 2024 02:40:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1667BE29ED; Fri, 4 Oct 2024 02:40:57 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1719E29ED for ; Fri, 4 Oct 2024 02:40: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06DCC341465 for ; Fri, 4 Oct 2024 02:40:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65BCD27F5 for ; Fri, 4 Oct 2024 02:40: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: <1728009636.e2a9315f21c1668b5d84e0267c58b51910a77c08.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenraw/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libopenraw/libopenraw-0.3.7.ebuild X-VCS-Directories: media-libs/libopenraw/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e2a9315f21c1668b5d84e0267c58b51910a77c08 X-VCS-Branch: master Date: Fri, 4 Oct 2024 02:40: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: 5919da32-ab3b-4479-a94c-5edda3c8e934 X-Archives-Hash: 2d5a854496cf0f197480a66286cab2b2 commit: e2a9315f21c1668b5d84e0267c58b51910a77c08 Author: Sam James gentoo org> AuthorDate: Fri Oct 4 02:40:36 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 4 02:40:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a9315f media-libs/libopenraw: Stabilize 0.3.7 x86, #939940 Signed-off-by: Sam James gentoo.org> media-libs/libopenraw/libopenraw-0.3.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libopenraw/libopenraw-0.3.7.ebuild b/media-libs/libopenraw/libopenraw-0.3.7.ebuild index 8754acbb399a..c0c0eb0837fd 100644 --- a/media-libs/libopenraw/libopenraw-0.3.7.ebuild +++ b/media-libs/libopenraw/libopenraw-0.3.7.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://${PN}.freedesktop.org/download/${P}.tar.xz" # MPL-2.0 for mp4parse (https://gitlab.freedesktop.org/libopenraw/libopenraw/-/issues/15) LICENSE="GPL-3 LGPL-3 MPL-2.0" SLOT="0/9" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="gtk test" RESTRICT="!test? ( test )"