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 8DD6815806E for ; Tue, 16 May 2023 17:05:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA49AE0867; Tue, 16 May 2023 17:05:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B4CD0E0867 for ; Tue, 16 May 2023 17:05:02 +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 C9573340DE5 for ; Tue, 16 May 2023 17:05:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D992A5B for ; Tue, 16 May 2023 17:05:00 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1684256682.92b981bf561029e10e4aef774b80b6ee854d60ab.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmp4v2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmp4v2/libmp4v2-2.1.3.ebuild X-VCS-Directories: media-libs/libmp4v2/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 92b981bf561029e10e4aef774b80b6ee854d60ab X-VCS-Branch: master Date: Tue, 16 May 2023 17:05:00 +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: 188deb87-37dd-4226-8716-c7d05d0484f9 X-Archives-Hash: cefc4adc74fccc84c52c3c2c321f8e50 commit: 92b981bf561029e10e4aef774b80b6ee854d60ab Author: Arthur Zamarin gentoo org> AuthorDate: Tue May 16 17:04:42 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue May 16 17:04:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92b981bf media-libs/libmp4v2: Stabilize 2.1.3 ppc, #906520 Signed-off-by: Arthur Zamarin gentoo.org> media-libs/libmp4v2/libmp4v2-2.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libmp4v2/libmp4v2-2.1.3.ebuild b/media-libs/libmp4v2/libmp4v2-2.1.3.ebuild index a50a5f46e9cc..89ab6919a694 100644 --- a/media-libs/libmp4v2/libmp4v2-2.1.3.ebuild +++ b/media-libs/libmp4v2/libmp4v2-2.1.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/enzo1982/mp4v2/releases/download/v${PV}/${MY_P}.tar. LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" IUSE="utils" # Tests need DejaGnu but are non-existent (just an empty framework) RESTRICT="test"