diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-12-11 11:56:08 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-12-11 12:02:42 -0600 |
commit | 456ffb465db7714536dd98e1c8f6ca9cd2d6b579 (patch) | |
tree | 50695762f7681e627699076e43b55da07f8a3946 /gui-libs | |
parent | sys-auth/seatd: stable amd64/x86/arm64 (diff) | |
download | gentoo-456ffb465db7714536dd98e1c8f6ca9cd2d6b579.tar.gz gentoo-456ffb465db7714536dd98e1c8f6ca9cd2d6b579.tar.bz2 gentoo-456ffb465db7714536dd98e1c8f6ca9cd2d6b579.zip |
gui-libs/wlroots: 1.2.0 stable amd64/x86/arm64
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.12.0.ebuild b/gui-libs/wlroots/wlroots-0.12.0.ebuild index fe45e5af7e13..3223c05606d2 100644 --- a/gui-libs/wlroots/wlroots-0.12.0.ebuild +++ b/gui-libs/wlroots/wlroots-0.12.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 arm64 ~ppc64 x86" fi LICENSE="MIT" |