From: Aaron Bauman Date: Wed, 10 Apr 2019 05:01:50 +0000 (-0400) Subject: gui-libs/wlroots: arm64 keyworded (bug #682992) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e0a32f2c6436adb6b6a710e455ad519fac772738;p=gentoo.git gui-libs/wlroots: arm64 keyworded (bug #682992) Signed-off-by: Aaron Bauman Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- diff --git a/gui-libs/wlroots/wlroots-0.5.0.ebuild b/gui-libs/wlroots/wlroots-0.5.0.ebuild index 6b3260f44869..772c62e51f33 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 ~arm64 ~x86" fi LICENSE="MIT"