diff options
author | Sam James <sam@gentoo.org> | 2024-08-30 09:01:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-30 09:01:59 +0100 |
commit | f6e917ef4537b4a99e33a19f5c2413a0183b82b2 (patch) | |
tree | a1c506fcdf7ac7d323b568606ee40b69fa819acd /gui-wm | |
parent | dev-build/slibtool: Stabilize 0.6.0 sparc, #938639 (diff) | |
download | gentoo-f6e917ef4537b4a99e33a19f5c2413a0183b82b2.tar.gz gentoo-f6e917ef4537b4a99e33a19f5c2413a0183b82b2.tar.bz2 gentoo-f6e917ef4537b4a99e33a19f5c2413a0183b82b2.zip |
gui-wm/tinywl: Stabilize 0.18.0 ppc64, #938005
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/tinywl/tinywl-0.18.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/tinywl/tinywl-0.18.0.ebuild b/gui-wm/tinywl/tinywl-0.18.0.ebuild index a08f405dff3d..12057c2b99d3 100644 --- a/gui-wm/tinywl/tinywl-0.18.0.ebuild +++ b/gui-wm/tinywl/tinywl-0.18.0.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 ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm64 ~loong ppc64 ~riscv ~x86" S="${WORKDIR}/wlroots-${PV}" fi |