diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-08-11 14:54:27 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-08-11 16:13:13 -0500 |
commit | f0de04fb32a315973242115924f0096decbad704 (patch) | |
tree | 05bd4a30cfa7cbeb9716eddfece403247f10e07d /gui-apps | |
parent | xfce-base/xfdesktop: Bump to 4.14.0 (diff) | |
download | gentoo-f0de04fb32a315973242115924f0096decbad704.tar.gz gentoo-f0de04fb32a315973242115924f0096decbad704.tar.bz2 gentoo-f0de04fb32a315973242115924f0096decbad704.zip |
gui-apps/swayidle: 1.5.0 stable amd64 arm64 and x86
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/swayidle/swayidle-1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/swayidle/swayidle-1.5.ebuild b/gui-apps/swayidle/swayidle-1.5.ebuild index b338cccdbd2e..b4a51c1048ea 100644 --- a/gui-apps/swayidle/swayidle-1.5.ebuild +++ b/gui-apps/swayidle/swayidle-1.5.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" |