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 4555015815E for ; Mon, 5 Feb 2024 20:09:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A258E2A5C; Mon, 5 Feb 2024 20:09:13 +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 5FE2DE2A5C for ; Mon, 5 Feb 2024 20:09:11 +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 D7CDA33FEF1 for ; Mon, 5 Feb 2024 20:09:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61E5014AB for ; Mon, 5 Feb 2024 20:09:09 +0000 (UTC) From: "Piotr Kubaj" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Kubaj" Message-ID: <1707163716.46efea61d59aaed59ae43cc62093dc800a47a884.pkubaj@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlr-randr/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild X-VCS-Directories: gui-apps/wlr-randr/ X-VCS-Committer: pkubaj X-VCS-Committer-Name: Piotr Kubaj X-VCS-Revision: 46efea61d59aaed59ae43cc62093dc800a47a884 X-VCS-Branch: dev Date: Mon, 5 Feb 2024 20:09:09 +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: 308395db-88dd-4d15-8eb9-48bec0e9e3ae X-Archives-Hash: 07ecd4db5ecb4fa9075f8db06e7a5c0d commit: 46efea61d59aaed59ae43cc62093dc800a47a884 Author: Piotr Kubaj anongoth pl> AuthorDate: Mon Feb 5 20:08:28 2024 +0000 Commit: Piotr Kubaj anongoth pl> CommitDate: Mon Feb 5 20:08:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46efea61 gui-apps/wlr-randr: keyword 0.3.0 for ~arm64 Signed-off-by: Piotr Kubaj anongoth.pl> gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild b/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild index 546639fdaa..25180f5c78 100644 --- a/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild +++ b/gui-apps/wlr-randr/wlr-randr-0.3.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://git.sr.ht/~emersion/wlr-randr/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-v${PV}" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi LICENSE="ISC"