From: Aaron Bauman Date: Wed, 29 May 2019 20:44:34 +0000 (-0400) Subject: gui-apps/swayidle: arm64 stable X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fe65f64028f04a64c5d5cb1cc6383fd1b19ae9e2;p=gentoo.git gui-apps/swayidle: arm64 stable Signed-off-by: Aaron Bauman Package-Manager: Portage-2.3.67, Repoman-2.3.13 RepoMan-Options: --include-arches="arm64" --- diff --git a/gui-apps/swayidle/swayidle-1.2.ebuild b/gui-apps/swayidle/swayidle-1.2.ebuild index 126e7299ba0c..b4a51c1048ea 100644 --- a/gui-apps/swayidle/swayidle-1.2.ebuild +++ b/gui-apps/swayidle/swayidle-1.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/swaywm/${PN}.git" 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"