summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2022-03-07 15:42:14 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2022-03-07 15:42:14 -0600
commit3749d0a233cdffb67e51a5c07ff1caca3be39c19 (patch)
treedeeae74a8b0b5a552bc7dfbd7e8a66a0d3f3cb2e /gui-apps
parentgui-apps/swaylock: bump to 1.6 (diff)
downloadgentoo-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.ebuild2
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"