diff options
author | Sam James <sam@gentoo.org> | 2021-08-18 02:28:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-18 02:28:07 +0100 |
commit | 82043e27ea08fcc07511313c08381bbe149b7736 (patch) | |
tree | 60bf81a2e1538e005a687dc7006ef04d9afcd387 /gui-libs/wlroots | |
parent | dev-libs/weston: Stabilize 9.0.0-r1 amd64, #806324 (diff) | |
download | gentoo-82043e27ea08fcc07511313c08381bbe149b7736.tar.gz gentoo-82043e27ea08fcc07511313c08381bbe149b7736.tar.bz2 gentoo-82043e27ea08fcc07511313c08381bbe149b7736.zip |
gui-libs/wlroots: Stabilize 0.14.0-r1 x86, #806324
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs/wlroots')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.14.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.14.0-r1.ebuild b/gui-libs/wlroots/wlroots-0.14.0-r1.ebuild index 5a26f77f1196..fbd8c88b7bde 100644 --- a/gui-libs/wlroots/wlroots-0.14.0-r1.ebuild +++ b/gui-libs/wlroots/wlroots-0.14.0-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 |