summaryrefslogtreecommitdiff
path: root/gui-wm
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-06-11 17:54:18 +0100
committerSam James <sam@gentoo.org>2024-06-11 17:54:28 +0100
commite077126e5a4115247c421047d85f53fe1a5d05db (patch)
tree62e0d8847c3d0cf32b3eb87bef8868a89f6e1fdc /gui-wm
parentdev-lang/go: Stabilize 1.22.4 amd64, #934026 (diff)
downloadgentoo-e077126e5a4115247c421047d85f53fe1a5d05db.tar.gz
gentoo-e077126e5a4115247c421047d85f53fe1a5d05db.tar.bz2
gentoo-e077126e5a4115247c421047d85f53fe1a5d05db.zip
gui-wm/tinywl: Keyword 0.17.3 arm64, #934028
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r--gui-wm/tinywl/tinywl-0.17.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/tinywl/tinywl-0.17.3.ebuild b/gui-wm/tinywl/tinywl-0.17.3.ebuild
index cae8b5c03513..1cf035e1340b 100644
--- a/gui-wm/tinywl/tinywl-0.17.3.ebuild
+++ b/gui-wm/tinywl/tinywl-0.17.3.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 ~ppc64"
+ KEYWORDS="~amd64 ~arm64 ~ppc64"
S="${WORKDIR}/wlroots-${PV}"
fi