diff options
author | Sam James <sam@gentoo.org> | 2024-07-30 00:04:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-30 00:04:52 +0100 |
commit | 57aaa9d7fe990f8edf3fe6b0be6f5a0a8ac52c18 (patch) | |
tree | 8b64078c49c87bc2dd21e77712a1adfde100fe5f /gui-libs | |
parent | gui-libs/wlroots: Stabilize 0.17.4 x86, #936908 (diff) | |
download | gentoo-57aaa9d7fe990f8edf3fe6b0be6f5a0a8ac52c18.tar.gz gentoo-57aaa9d7fe990f8edf3fe6b0be6f5a0a8ac52c18.tar.bz2 gentoo-57aaa9d7fe990f8edf3fe6b0be6f5a0a8ac52c18.zip |
gui-libs/wlroots: Stabilize 0.17.4 ppc64, #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 9c24befd61b6..d6c1e54c750c 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 |