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: Thu, 27 Jun 2019 15:26:03
Message-Id: 1561649139.409a241da295d2213091d0b7d66f58358e312ca9.prometheanfire@gentoo
1 commit: 409a241da295d2213091d0b7d66f58358e312ca9
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 27 15:02:04 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 27 15:25:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409a241d
7
8 gui-wm/sway: 1.1.1 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.16
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-wm/sway/sway-1.1.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/gui-wm/sway/sway-1.1.1.ebuild b/gui-wm/sway/sway-1.1.1.ebuild
17 index 5293b993a7d..58983d61520 100644
18 --- a/gui-wm/sway/sway-1.1.1.ebuild
19 +++ b/gui-wm/sway/sway-1.1.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 ~x86"
25 + KEYWORDS="amd64 ~arm64 x86"
26 S="${WORKDIR}/${PN}-${MY_PV}"
27 fi