diff options
author | Sam James <sam@gentoo.org> | 2020-07-25 10:53:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-25 11:16:44 +0000 |
commit | 62a314f4945b199dfcaf83a007b067b136b11627 (patch) | |
tree | 2c1fcfa5ff8b9b7f9e9ebbba9c5cb038af915f47 /gui-libs/wlroots | |
parent | media-libs/glew: arm64 stable (bug #733562) (diff) | |
download | gentoo-62a314f4945b199dfcaf83a007b067b136b11627.tar.gz gentoo-62a314f4945b199dfcaf83a007b067b136b11627.tar.bz2 gentoo-62a314f4945b199dfcaf83a007b067b136b11627.zip |
gui-libs/wlroots: amd64 stable (bug #733648)
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs/wlroots')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.11.0.ebuild b/gui-libs/wlroots/wlroots-0.11.0.ebuild index 8e7fda3c1e7e..9832be16b880 100644 --- a/gui-libs/wlroots/wlroots-0.11.0.ebuild +++ b/gui-libs/wlroots/wlroots-0.11.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" |