diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-22 15:36:50 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-22 15:36:50 -0600 |
commit | c44ef591e966d6ddaaffeb42c6df1643462f4f0f (patch) | |
tree | 74471c07a1c9f1446be4608a26818407e886e7d1 /gui-libs | |
parent | gui-apps/swayidle: cleanup (diff) | |
download | gentoo-c44ef591e966d6ddaaffeb42c6df1643462f4f0f.tar.gz gentoo-c44ef591e966d6ddaaffeb42c6df1643462f4f0f.tar.bz2 gentoo-c44ef591e966d6ddaaffeb42c6df1643462f4f0f.zip |
gui-libs/wlroots: 0.10.0 stable amd64 arm64 and x86
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.10.0.ebuild b/gui-libs/wlroots/wlroots-0.10.0.ebuild index effb8c230388..f408a513a4de 100644 --- a/gui-libs/wlroots/wlroots-0.10.0.ebuild +++ b/gui-libs/wlroots/wlroots-0.10.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" |