diff options
author | Sam James <sam@gentoo.org> | 2024-10-24 02:03:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-24 02:03:10 +0100 |
commit | f232b80173b7d71bab35dabee44b618f7b036121 (patch) | |
tree | e0068de0953e08622030d29280eae7d3728d7bfe /gui-libs | |
parent | gui-libs/wlroots: Stabilize 0.18.1 amd64, #942024 (diff) | |
download | gentoo-f232b80173b7d71bab35dabee44b618f7b036121.tar.gz gentoo-f232b80173b7d71bab35dabee44b618f7b036121.tar.bz2 gentoo-f232b80173b7d71bab35dabee44b618f7b036121.zip |
gui-libs/wlroots: Stabilize 0.18.1 x86, #942024
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.18.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.18.1.ebuild b/gui-libs/wlroots/wlroots-0.18.1.ebuild index 14b86d05f32f..87c63e1d1538 100644 --- a/gui-libs/wlroots/wlroots-0.18.1.ebuild +++ b/gui-libs/wlroots/wlroots-0.18.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then SLOT="0.18" 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="$(ver_cut 1-2)" fi |