diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-16 10:29:59 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-16 10:29:59 +0000 |
commit | eb4a1ffaf87d5bfcfbb6541e022319e4cb3c19f3 (patch) | |
tree | 30c18b98e77f93529074af0179cdae86a6e1b95c /gui-wm | |
parent | app-editors/emacs: Stabilize 29.3-r3 ppc64, #934746 (diff) | |
download | gentoo-eb4a1ffaf87d5bfcfbb6541e022319e4cb3c19f3.tar.gz gentoo-eb4a1ffaf87d5bfcfbb6541e022319e4cb3c19f3.tar.bz2 gentoo-eb4a1ffaf87d5bfcfbb6541e022319e4cb3c19f3.zip |
gui-wm/tinywl: Stabilize 0.17.4 ppc64, #938004
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/tinywl/tinywl-0.17.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/tinywl/tinywl-0.17.4.ebuild b/gui-wm/tinywl/tinywl-0.17.4.ebuild index bd97c6aec8b6..85a3a9dd1b37 100644 --- a/gui-wm/tinywl/tinywl-0.17.4.ebuild +++ b/gui-wm/tinywl/tinywl-0.17.4.ebuild @@ -13,7 +13,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 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ppc64 ~riscv ~x86" S="${WORKDIR}/wlroots-${PV}" fi |