From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1622478-garchives=archives.gentoo.org@lists.gentoo.org> 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 71EB9158043 for <garchives@archives.gentoo.org>; Thu, 18 Apr 2024 22:54:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A21A5E29FB; Thu, 18 Apr 2024 22:54:17 +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 812F9E29FB for <gentoo-commits@lists.gentoo.org>; Thu, 18 Apr 2024 22:54:17 +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 9816E3434AB for <gentoo-commits@lists.gentoo.org>; Thu, 18 Apr 2024 22:54:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9A371727 for <gentoo-commits@lists.gentoo.org>; Thu, 18 Apr 2024 22:54:13 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1713480816.201b7f00acb17325670936658ccaddde31e043cb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/mesa-progs/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/mesa-progs/mesa-progs-9.0.0.ebuild X-VCS-Directories: x11-apps/mesa-progs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 201b7f00acb17325670936658ccaddde31e043cb X-VCS-Branch: master Date: Thu, 18 Apr 2024 22:54:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: caf5fcc2-85f0-4d53-bb65-47c7323090e7 X-Archives-Hash: 369247b21e2b264dfd54ab19cf5d84e0 commit: 201b7f00acb17325670936658ccaddde31e043cb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 18 22:53:36 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 18 22:53:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201b7f00 x11-apps/mesa-progs: Keyword 9.0.0 ppc64, #930206 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-apps/mesa-progs/mesa-progs-9.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-apps/mesa-progs/mesa-progs-9.0.0.ebuild b/x11-apps/mesa-progs/mesa-progs-9.0.0.ebuild index 99668a36803d..7349f3e81483 100644 --- a/x11-apps/mesa-progs/mesa-progs-9.0.0.ebuild +++ b/x11-apps/mesa-progs/mesa-progs-9.0.0.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} = 9999* ]]; then else SRC_URI="https://mesa.freedesktop.org/archive/demos/${MY_P}.tar.xz https://mesa.freedesktop.org/archive/demos/${PV}/${MY_P}.tar.xz" - KEYWORDS="~amd64 ~arm ~hppa" + KEYWORDS="~amd64 ~arm ~hppa ~ppc64" S="${WORKDIR}/${MY_P}" fi LICENSE="LGPL-2"