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 3B7DD158043 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 A8C08E2A01; Thu, 18 Apr 2024 22:54:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E038CE29FC for ; 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 00E633434B6 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 0C8D21729 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: <1713480818.954b01db101f1eb292af437f0a2e2f8594d4efe6.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: 954b01db101f1eb292af437f0a2e2f8594d4efe6 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: fce12a14-208b-4528-87d6-0c1394ef1086 X-Archives-Hash: 997376eaeded94a49f108b7e5beabbb9 commit: 954b01db101f1eb292af437f0a2e2f8594d4efe6 Author: Sam James gentoo org> AuthorDate: Thu Apr 18 22:53:38 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 18 22:53:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954b01db x11-apps/mesa-progs: Keyword 9.0.0 arm64, #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 7349f3e81483..89a060f9c3ab 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 ~ppc64" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64" S="${WORKDIR}/${MY_P}" fi LICENSE="LGPL-2"