diff options
author | Sam James <sam@gentoo.org> | 2024-02-09 02:21:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-09 02:21:06 +0000 |
commit | cc3b855145a3d4159a02773801af74e7efbfef72 (patch) | |
tree | 4a3db050a87bb4296792084ef3cd5de46f008fef /gui-libs | |
parent | dev-db/postgresql: Stabilize 16.2 arm, #924109 (diff) | |
download | gentoo-cc3b855145a3d4159a02773801af74e7efbfef72.tar.gz gentoo-cc3b855145a3d4159a02773801af74e7efbfef72.tar.bz2 gentoo-cc3b855145a3d4159a02773801af74e7efbfef72.zip |
gui-libs/wlroots: Stabilize 0.17.1 arm64, #924120
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.17.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.17.1.ebuild b/gui-libs/wlroots/wlroots-0.17.1.ebuild index 7022e2fd306d..5e56fffc91f9 100644 --- a/gui-libs/wlroots/wlroots-0.17.1.ebuild +++ b/gui-libs/wlroots/wlroots-0.17.1.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 |