commit: 3749d0a233cdffb67e51a5c07ff1caca3be39c19 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Mon Mar 7 21:42:14 2022 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Mon Mar 7 21:42:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3749d0a2
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 <AT> gentoo.org> gui-apps/swaylock/swaylock-1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"
