diff options
author | Yixun Lan <dlan@gentoo.org> | 2023-11-12 23:52:50 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2023-11-12 23:52:50 +0000 |
commit | f1514cca01b64af9f052153ecf20faa0f2cf0525 (patch) | |
tree | cb07c506fa1ab65be62baf1f85525f8492289d5a /gui-wm | |
parent | gui-wm/hyprland: drop 0.32.0, 0.32.2 (diff) | |
download | gentoo-f1514cca01b64af9f052153ecf20faa0f2cf0525.tar.gz gentoo-f1514cca01b64af9f052153ecf20faa0f2cf0525.tar.bz2 gentoo-f1514cca01b64af9f052153ecf20faa0f2cf0525.zip |
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 <dlan@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/hyprland/hyprland-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |