Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/sway/
Date: Tue, 22 Feb 2022 19:47:15
Message-Id: 1645559224.2f55ea66462598363b0afa0cea2ad9a866759a4c.prometheanfire@gentoo
1 commit: 2f55ea66462598363b0afa0cea2ad9a866759a4c
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 22 19:46:33 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 22 19:47:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f55ea66
7
8 gui-wm/sway: 1.7 stable amd64 arm64 x86
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-wm/sway/sway-1.7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/gui-wm/sway/sway-1.7.ebuild b/gui-wm/sway/sway-1.7.ebuild
17 index c23563749bdc..d32a9d629435 100644
18 --- a/gui-wm/sway/sway-1.7.ebuild
19 +++ b/gui-wm/sway/sway-1.7.ebuild
20 @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
21 else
22 MY_PV=${PV/_rc/-rc}
23 SRC_URI="https://github.com/swaywm/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
25 + KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
26 S="${WORKDIR}/${PN}-${MY_PV}"
27 fi