diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-06-02 12:19:27 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-06-02 12:19:27 -0500 |
commit | 3be2453d7ff19af61cf4dff62da1093c4117e699 (patch) | |
tree | 8c2a9329f8a7d83995360f60dc01c6f01eb78cf2 /gui-libs | |
parent | media-sound/pulseeffects: 4.6.3 bump (diff) | |
download | gentoo-3be2453d7ff19af61cf4dff62da1093c4117e699.tar.gz gentoo-3be2453d7ff19af61cf4dff62da1093c4117e699.tar.bz2 gentoo-3be2453d7ff19af61cf4dff62da1093c4117e699.zip |
gui-libs/wlroots: 0.6.0 stable amd64 arm64 and x86
Package-Manager: Portage-2.3.66, Repoman-2.3.13
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.6.0.ebuild b/gui-libs/wlroots/wlroots-0.6.0.ebuild index db03b0f1e012..99d9b05be6f3 100644 --- a/gui-libs/wlroots/wlroots-0.6.0.ebuild +++ b/gui-libs/wlroots/wlroots-0.6.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 ~x86" + KEYWORDS="amd64 arm64 x86" fi LICENSE="MIT" |