diff options
author | Sam James <sam@gentoo.org> | 2024-07-30 00:04:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-30 00:04:54 +0100 |
commit | 53a76f8f696391fddeb51da2510fc7d2ee7f945b (patch) | |
tree | 0d3550c0fd3423334861976c42c3a40f091b2408 /gui-libs/wlroots | |
parent | gui-libs/wlroots: Stabilize 0.17.4 amd64, #936908 (diff) | |
download | gentoo-53a76f8f696391fddeb51da2510fc7d2ee7f945b.tar.gz gentoo-53a76f8f696391fddeb51da2510fc7d2ee7f945b.tar.bz2 gentoo-53a76f8f696391fddeb51da2510fc7d2ee7f945b.zip |
gui-libs/wlroots: Stabilize 0.17.4 arm64, #936908
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs/wlroots')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.17.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.17.4.ebuild b/gui-libs/wlroots/wlroots-0.17.4.ebuild index 7f9bd09c63e9..8fa2890bd5ab 100644 --- a/gui-libs/wlroots/wlroots-0.17.4.ebuild +++ b/gui-libs/wlroots/wlroots-0.17.4.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then SLOT="0/9999" else SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/releases/${PV}/downloads/${P}.tar.gz" - KEYWORDS="amd64 ~arm64 ~loong ppc64 ~riscv x86" + KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv x86" SLOT="0/$(ver_cut 2)" fi |