diff options
author | Sam James <sam@gentoo.org> | 2024-06-25 23:03:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-25 23:03:54 +0100 |
commit | 944520f7ca4c4384e274e99ccd49a5d2488c97a9 (patch) | |
tree | 7634313bcf40ce7862b1abbfad175ebf96f28510 /gui-libs | |
parent | app-text/pandoc-bin: Stabilize 3.2 arm64, #934911 (diff) | |
download | gentoo-944520f7ca4c4384e274e99ccd49a5d2488c97a9.tar.gz gentoo-944520f7ca4c4384e274e99ccd49a5d2488c97a9.tar.bz2 gentoo-944520f7ca4c4384e274e99ccd49a5d2488c97a9.zip |
gui-libs/wlroots: Stabilize 0.17.3-r1 arm64, #934932
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.17.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild b/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild index 2cb3ec097e5a..d031b7c8cf55 100644 --- a/gui-libs/wlroots/wlroots-0.17.3-r1.ebuild +++ b/gui-libs/wlroots/wlroots-0.17.3-r1.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 |