diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-01-25 14:44:00 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-01-25 14:46:47 -0600 |
commit | 152d2cf480ae08c416b4fd8f6fcc69e5e09ff5bc (patch) | |
tree | 6541e042202815a3af1f20847632d5e205fcb982 /gui-libs | |
parent | gui-apps/swaybg: stabilize 1.2.0 for amd64, arm64, x86 (diff) | |
download | gentoo-152d2cf480ae08c416b4fd8f6fcc69e5e09ff5bc.tar.gz gentoo-152d2cf480ae08c416b4fd8f6fcc69e5e09ff5bc.tar.bz2 gentoo-152d2cf480ae08c416b4fd8f6fcc69e5e09ff5bc.zip |
gui-libs/wlroots: stabilize 0.16.1 for amd64, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.16.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-libs/wlroots/wlroots-0.16.1.ebuild b/gui-libs/wlroots/wlroots-0.16.1.ebuild index 823b494fb8e6..7da628951f6e 100644 --- a/gui-libs/wlroots/wlroots-0.16.1.ebuild +++ b/gui-libs/wlroots/wlroots-0.16.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then SLOT="0/9999" else SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" SLOT="0/$(ver_cut 2)" fi |