diff options
author | Sam James <sam@gentoo.org> | 2024-02-09 01:03:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-09 01:03:41 +0000 |
commit | 07e77c453b7a21f65512494e3302caf3d5a01d89 (patch) | |
tree | 3f956821096ba818ff2f2875bf48896f7c16249c /gui-libs/wlroots | |
parent | dev-db/postgresql: Stabilize 16.2 sparc, #924109 (diff) | |
download | gentoo-07e77c453b7a21f65512494e3302caf3d5a01d89.tar.gz gentoo-07e77c453b7a21f65512494e3302caf3d5a01d89.tar.bz2 gentoo-07e77c453b7a21f65512494e3302caf3d5a01d89.zip |
gui-libs/wlroots: Stabilize 0.17.1 ppc64, #924120
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs/wlroots')
-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 c27c7a385512..537c8ce8525f 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 |