diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2024-07-12 16:05:18 -0600 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-13 09:01:07 +0300 |
commit | ea8c6f7e92e4540f9ebe8511406013ee344715be (patch) | |
tree | a05c9e03e4515d0876fc600fb2af8f78f6ef69d2 /gui-wm | |
parent | gui-wm/tinywl: add 0.18.0 (diff) | |
download | gentoo-ea8c6f7e92e4540f9ebe8511406013ee344715be.tar.gz gentoo-ea8c6f7e92e4540f9ebe8511406013ee344715be.tar.bz2 gentoo-ea8c6f7e92e4540f9ebe8511406013ee344715be.zip |
gui-wm/tinywl: sync keywords in live ebuild
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Closes: https://github.com/gentoo/gentoo/pull/37537
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/tinywl/tinywl-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/tinywl/tinywl-9999.ebuild b/gui-wm/tinywl/tinywl-9999.ebuild index 891403933f45..4a3e6ee077c2 100644 --- a/gui-wm/tinywl/tinywl-9999.ebuild +++ b/gui-wm/tinywl/tinywl-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" S="${WORKDIR}/wlroots-${PV}" fi |