diff options
author | Sam James <sam@gentoo.org> | 2024-06-25 23:01:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-25 23:01:28 +0100 |
commit | bde4c395f0a41fd4050c5d07027af12b20d564b8 (patch) | |
tree | e8e1f7c3576067f740214f512f127af6bb2c8764 /gui-libs | |
parent | gui-libs/wlroots: Stabilize 0.17.3-r1 ppc64, #934932 (diff) | |
download | gentoo-bde4c395f0a41fd4050c5d07027af12b20d564b8.tar.gz gentoo-bde4c395f0a41fd4050c5d07027af12b20d564b8.tar.bz2 gentoo-bde4c395f0a41fd4050c5d07027af12b20d564b8.zip |
gui-libs/wlroots: Stabilize 0.17.3-r1 amd64, #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 6d4f7c919868..df8555536f56 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 |