diff options
author | Sam James <sam@gentoo.org> | 2024-08-31 06:02:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-31 06:02:06 +0100 |
commit | 97f7de923bf0ad88b4861daa21ff2f3563c16a02 (patch) | |
tree | 8c1f8b223c61b3536c9d45fe449b2a3552bf8161 /gui-libs | |
parent | profiles/features/wd40: mask pysnmp stack (diff) | |
download | gentoo-97f7de923bf0ad88b4861daa21ff2f3563c16a02.tar.gz gentoo-97f7de923bf0ad88b4861daa21ff2f3563c16a02.tar.bz2 gentoo-97f7de923bf0ad88b4861daa21ff2f3563c16a02.zip |
gui-libs/wlroots: Stabilize 0.18.0 x86, #938001
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.18.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.18.0.ebuild b/gui-libs/wlroots/wlroots-0.18.0.ebuild index 48239c150060..799281984f3d 100644 --- a/gui-libs/wlroots/wlroots-0.18.0.ebuild +++ b/gui-libs/wlroots/wlroots-0.18.0.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 |