diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-03-07 15:42:14 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-03-07 15:42:14 -0600 |
commit | 3749d0a233cdffb67e51a5c07ff1caca3be39c19 (patch) | |
tree | deeae74a8b0b5a552bc7dfbd7e8a66a0d3f3cb2e /gui-apps | |
parent | gui-apps/swaylock: bump to 1.6 (diff) | |
download | gentoo-3749d0a233cdffb67e51a5c07ff1caca3be39c19.tar.gz gentoo-3749d0a233cdffb67e51a5c07ff1caca3be39c19.tar.bz2 gentoo-3749d0a233cdffb67e51a5c07ff1caca3be39c19.zip |
gui-apps/swaylock: fast stablize amd64 arm64 and x86
Bug: https://bugs.gentoo.org/834716
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/swaylock/swaylock-1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/swaylock/swaylock-1.6.ebuild b/gui-apps/swaylock/swaylock-1.6.ebuild index 657a97f351df..91eb6b1360d6 100644 --- a/gui-apps/swaylock/swaylock-1.6.ebuild +++ b/gui-apps/swaylock/swaylock-1.6.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 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" fi LICENSE="MIT" |