diff options
author | Yixun Lan <dlan@gentoo.org> | 2023-11-11 11:25:29 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2023-11-11 11:25:29 +0000 |
commit | 89e4f420ab8bcf3f4b1fb202f4d16038b7cd6809 (patch) | |
tree | 4d407f114239289ae82280da0af5fed8b844c9d8 /gui-apps | |
parent | sys-apps/edid-decode: Keyword 0_pre20230131 riscv, #917166 (diff) | |
download | gentoo-89e4f420ab8bcf3f4b1fb202f4d16038b7cd6809.tar.gz gentoo-89e4f420ab8bcf3f4b1fb202f4d16038b7cd6809.tar.bz2 gentoo-89e4f420ab8bcf3f4b1fb202f4d16038b7cd6809.zip |
gui-apps/wofi: keyword 1.3 for ~riscv
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/wofi/wofi-1.3.ebuild | 2 | ||||
-rw-r--r-- | gui-apps/wofi/wofi-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gui-apps/wofi/wofi-1.3.ebuild b/gui-apps/wofi/wofi-1.3.ebuild index 97cbddbbb0a1..2ff47e2fe52e 100644 --- a/gui-apps/wofi/wofi-1.3.ebuild +++ b/gui-apps/wofi/wofi-1.3.ebuild @@ -11,7 +11,7 @@ if [[ "${PV}" == 9999 ]]; then else SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-v${PV}" - KEYWORDS="amd64" + KEYWORDS="amd64 ~riscv" fi DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway" diff --git a/gui-apps/wofi/wofi-9999.ebuild b/gui-apps/wofi/wofi-9999.ebuild index 70187e690c67..c055b2105a98 100644 --- a/gui-apps/wofi/wofi-9999.ebuild +++ b/gui-apps/wofi/wofi-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ if [[ "${PV}" == 9999 ]]; then else SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-v${PV}" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~riscv" fi DESCRIPTION="Wofi is a launcher/menu program for wlroots based wayland compositors like sway" |