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 0FD7A158043 for ; Thu, 18 Apr 2024 22:54:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BDF1E29FC; Thu, 18 Apr 2024 22:54:18 +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 2B77BE2A02 for ; Thu, 18 Apr 2024 22:54:18 +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 03B313434BA for ; Thu, 18 Apr 2024 22:54:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 333C8172B for ; Thu, 18 Apr 2024 22:54:14 +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: <1713480820.0ecec8419d41394e6321487c8cd2216b52bf0086.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: 0ecec8419d41394e6321487c8cd2216b52bf0086 X-VCS-Branch: master Date: Thu, 18 Apr 2024 22:54:14 +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: 1a32534c-a674-4d40-91e2-15eb7fe0154b X-Archives-Hash: 56d2bd8b7f1492003c8a0730e6e7962f commit: 0ecec8419d41394e6321487c8cd2216b52bf0086 Author: Sam James gentoo org> AuthorDate: Thu Apr 18 22:53:40 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 18 22:53:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ecec841 x11-apps/mesa-progs: Keyword 9.0.0 sparc, #930206 Signed-off-by: Sam James 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 89a060f9c3ab..1b0520d0bb9d 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 ~arm64 ~hppa ~ppc64" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc" S="${WORKDIR}/${MY_P}" fi LICENSE="LGPL-2"