diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-09 23:00:00 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-09 23:00:00 -0400 |
commit | 80a8f348df8f16127fc1584e4e8aef99e0d672ca (patch) | |
tree | cea8fb2fe2ad4ab31c546c5acfb6a191f7ee8d03 /gui-libs | |
parent | gui-apps/wl-clipboard: amd64 stable wrt bug #682942 (diff) | |
download | gentoo-80a8f348df8f16127fc1584e4e8aef99e0d672ca.tar.gz gentoo-80a8f348df8f16127fc1584e4e8aef99e0d672ca.tar.bz2 gentoo-80a8f348df8f16127fc1584e4e8aef99e0d672ca.zip |
gui-libs/wlroots: amd64 stable wrt bug #682942
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.5.0.ebuild b/gui-libs/wlroots/wlroots-0.5.0.ebuild index 9d83039a2165..6b3260f44869 100644 --- a/gui-libs/wlroots/wlroots-0.5.0.ebuild +++ b/gui-libs/wlroots/wlroots-0.5.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 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="MIT" |