diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-07 19:07:16 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-07 19:07:16 +0000 |
commit | 4decad56454436ec4bdd20badb42d96e97bed471 (patch) | |
tree | 32b3f3270191b2fb54a0e4f8596050a78f900818 /gui-libs | |
parent | sys-process/iotop-c: fix extra _FORTIFY_SOURCE (diff) | |
download | gentoo-4decad56454436ec4bdd20badb42d96e97bed471.tar.gz gentoo-4decad56454436ec4bdd20badb42d96e97bed471.tar.bz2 gentoo-4decad56454436ec4bdd20badb42d96e97bed471.zip |
gui-libs/wlroots: Stabilize 0.14.1-r1 arm64, #909675
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.14.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild b/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild index fcdaa479d4fd..fd974c5504f4 100644 --- a/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild +++ b/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild @@ -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 |