From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1612011-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 D5717158041 for <garchives@archives.gentoo.org>; Sun, 17 Mar 2024 09:10:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67B58E29B8; Sun, 17 Mar 2024 09:10:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11B68E29B7 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Mar 2024 09:10:54 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0509233BF39 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Mar 2024 09:10:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A43514E1 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Mar 2024 09:10:51 +0000 (UTC) From: "Yixun Lan" <dlan@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, "Yixun Lan" <dlan@gentoo.org> Message-ID: <1710666630.849fc980502d6810d982de4383e357ace1d83235.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/hyprcursor/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/hyprcursor/hyprcursor-0.1.4.ebuild X-VCS-Directories: gui-libs/hyprcursor/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 849fc980502d6810d982de4383e357ace1d83235 X-VCS-Branch: master Date: Sun, 17 Mar 2024 09:10:51 +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: 4401fdc3-b576-45de-b6af-844a727a51ee X-Archives-Hash: 190921224137b358b91b22d4971c2c7c commit: 849fc980502d6810d982de4383e357ace1d83235 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Sun Mar 17 08:53:45 2024 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Sun Mar 17 09:10:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=849fc980 gui-libs/hyprcursor: keyword 0.1.4 for ~riscv Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> gui-libs/hyprcursor/hyprcursor-0.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/hyprcursor/hyprcursor-0.1.4.ebuild b/gui-libs/hyprcursor/hyprcursor-0.1.4.ebuild index d006f21c4a9e..e6624e3c901c 100644 --- a/gui-libs/hyprcursor/hyprcursor-0.1.4.ebuild +++ b/gui-libs/hyprcursor/hyprcursor-0.1.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" # Disable tests since as per the documentation, tests require a theme to be installed # See also https://github.com/hyprwm/hyprcursor/commit/94361fd8a75178b92c4bb24dcd8c7fac8423acf3