diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-29 16:44:34 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-29 16:44:34 -0400 |
commit | fe65f64028f04a64c5d5cb1cc6383fd1b19ae9e2 (patch) | |
tree | 1e16fff1d2e2b252b3e04c040c14c237d51e3d8f /gui-apps/swayidle | |
parent | gui-wm/sway: arm64 stable (diff) | |
download | gentoo-fe65f64028f04a64c5d5cb1cc6383fd1b19ae9e2.tar.gz gentoo-fe65f64028f04a64c5d5cb1cc6383fd1b19ae9e2.tar.bz2 gentoo-fe65f64028f04a64c5d5cb1cc6383fd1b19ae9e2.zip |
gui-apps/swayidle: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.67, Repoman-2.3.13
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'gui-apps/swayidle')
-rw-r--r-- | gui-apps/swayidle/swayidle-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |