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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA0B4158089 for ; Sun, 12 Nov 2023 23:56:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A0EF2BC01A; Sun, 12 Nov 2023 23:56:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 505AE2BC01A for ; Sun, 12 Nov 2023 23:56: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88177335D5E for ; Sun, 12 Nov 2023 23:56:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0829F15 for ; Sun, 12 Nov 2023 23:56:14 +0000 (UTC) From: "Yixun Lan" 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" Message-ID: <1699833170.f1514cca01b64af9f052153ecf20faa0f2cf0525.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/hyprland/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/hyprland/hyprland-9999.ebuild X-VCS-Directories: gui-wm/hyprland/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: f1514cca01b64af9f052153ecf20faa0f2cf0525 X-VCS-Branch: master Date: Sun, 12 Nov 2023 23:56: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: 289c6959-e7f9-4248-95b9-0e6bed1e73c6 X-Archives-Hash: 20c1526ea46d55f4af65b8e058e8a225 commit: f1514cca01b64af9f052153ecf20faa0f2cf0525 Author: Yixun Lan gentoo org> AuthorDate: Sun Nov 12 23:52:50 2023 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sun Nov 12 23:52:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1514cca gui-wm/hyprland: forward keywords to live version just keep it sync with normal version, to make sure not to break the ebuild when doing copy & paste. Signed-off-by: Yixun Lan gentoo.org> gui-wm/hyprland/hyprland-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-wm/hyprland/hyprland-9999.ebuild b/gui-wm/hyprland/hyprland-9999.ebuild index 6fed135cffd6..a63c7522ef43 100644 --- a/gui-wm/hyprland/hyprland-9999.ebuild +++ b/gui-wm/hyprland/hyprland-9999.ebuild @@ -15,7 +15,7 @@ else SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}/${PN}-source" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~riscv" fi LICENSE="BSD"