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: Sat, 24 Jul 2021 20:26:20
Message-Id: 1627158365.232cf4cc009b014cd9744bd2983222116e7b9703.prometheanfire@gentoo
1 commit: 232cf4cc009b014cd9744bd2983222116e7b9703
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 24 20:19:03 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 24 20:26:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232cf4cc
7
8 gui-wm/sway: 1.6.1 stable amd64/arm64/x86
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-wm/sway/sway-1.6.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/gui-wm/sway/sway-1.6.1.ebuild b/gui-wm/sway/sway-1.6.1.ebuild
17 index c803967beb3..9bf7e960777 100644
18 --- a/gui-wm/sway/sway-1.6.1.ebuild
19 +++ b/gui-wm/sway/sway-1.6.1.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