diff options
author | Sam James <sam@gentoo.org> | 2023-07-05 21:50:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-05 21:51:09 +0100 |
commit | f12e52a4a4e07a91a05e57cd608910b402890aea (patch) | |
tree | 6dd266b36784318aba20cd1fe5e8e15d00e3559f /gui-libs | |
parent | gui-libs/wlroots: Stabilize 0.15.1-r1 x86, #909674 (diff) | |
download | gentoo-f12e52a4a4e07a91a05e57cd608910b402890aea.tar.gz gentoo-f12e52a4a4e07a91a05e57cd608910b402890aea.tar.bz2 gentoo-f12e52a4a4e07a91a05e57cd608910b402890aea.zip |
gui-libs/wlroots: Stabilize 0.14.1-r1 amd64, #909675
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.14.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild b/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild index da27838ebd01..ee03e889cdf5 100644 --- a/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild +++ b/gui-libs/wlroots/wlroots-0.14.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://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" SLOT="0/14" fi |