diff options
author | Sam James <sam@gentoo.org> | 2024-07-30 00:04:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-30 00:04:51 +0100 |
commit | b15cb692c65095e2f16ef6e67243771a76a4518c (patch) | |
tree | a4f898ea9df023ed0f2d23e812ed0e826574a0e5 /gui-libs | |
parent | net-libs/nodejs: Stabilize 22.4.1-r1 arm64, #936254 (diff) | |
download | gentoo-b15cb692c65095e2f16ef6e67243771a76a4518c.tar.gz gentoo-b15cb692c65095e2f16ef6e67243771a76a4518c.tar.bz2 gentoo-b15cb692c65095e2f16ef6e67243771a76a4518c.zip |
gui-libs/wlroots: Stabilize 0.17.4 x86, #936908
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs')
-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 2e2b41de1151..9c24befd61b6 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 |