diff options
author | Sam James <sam@gentoo.org> | 2023-07-05 21:50:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-05 21:51:08 +0100 |
commit | 1cd9218e95934edc79801f2ef6277f546752b7dc (patch) | |
tree | 5088c5953231ae63971ce3b6d51ca7671289b8e0 /gui-libs/wlroots | |
parent | gui-libs/wlroots: Stabilize 0.16.2-r1 x86, #909673 (diff) | |
download | gentoo-1cd9218e95934edc79801f2ef6277f546752b7dc.tar.gz gentoo-1cd9218e95934edc79801f2ef6277f546752b7dc.tar.bz2 gentoo-1cd9218e95934edc79801f2ef6277f546752b7dc.zip |
gui-libs/wlroots: Stabilize 0.15.1-r1 amd64, #909674
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs/wlroots')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.15.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-libs/wlroots/wlroots-0.15.1-r1.ebuild b/gui-libs/wlroots/wlroots-0.15.1-r1.ebuild index bc416f2ee318..7d5047296234 100644 --- a/gui-libs/wlroots/wlroots-0.15.1-r1.ebuild +++ b/gui-libs/wlroots/wlroots-0.15.1-r1.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 |