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 BF0F415806E for ; Thu, 1 Jun 2023 06:22:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86415E087D; Thu, 1 Jun 2023 06:22:21 +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 5FE2CE0882 for ; Thu, 1 Jun 2023 06:22:21 +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 C7B8A3411BB for ; Thu, 1 Jun 2023 06:22:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55151A8F for ; Thu, 1 Jun 2023 06:22: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: <1685600491.1600826b137f6429eb2b17f967ae16de1a0f1be3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gpac/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/gpac/gpac-2.2.0.ebuild X-VCS-Directories: media-video/gpac/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1600826b137f6429eb2b17f967ae16de1a0f1be3 X-VCS-Branch: master Date: Thu, 1 Jun 2023 06:22: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: 25cc1407-a366-4444-b2b0-63cb2b80ee41 X-Archives-Hash: 29eb3f84cd850b5d9af862e3ce32a8b8 commit: 1600826b137f6429eb2b17f967ae16de1a0f1be3 Author: Sam James gentoo org> AuthorDate: Thu Jun 1 06:21:31 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 1 06:21:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1600826b media-video/gpac: Stabilize 2.2.0 ppc64, #907576 Signed-off-by: Sam James gentoo.org> media-video/gpac/gpac-2.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/gpac/gpac-2.2.0.ebuild b/media-video/gpac/gpac-2.2.0.ebuild index 8cb2e167094e..3c3e56e2a419 100644 --- a/media-video/gpac/gpac-2.2.0.ebuild +++ b/media-video/gpac/gpac-2.2.0.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/gpac/gpac" else SRC_URI="https://github.com/gpac/gpac/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~ppc ppc64 ~sparc ~x86" fi inherit toolchain-funcs ${SCM} xdg