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-apps/swayidle/
Date: Sun, 11 Aug 2019 21:13:24
Message-Id: 1565557993.f0de04fb32a315973242115924f0096decbad704.prometheanfire@gentoo
1 commit: f0de04fb32a315973242115924f0096decbad704
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 19:54:27 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 21:13:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0de04fb
7
8 gui-apps/swayidle: 1.5.0 stable amd64 arm64 and x86
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-apps/swayidle/swayidle-1.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/gui-apps/swayidle/swayidle-1.5.ebuild b/gui-apps/swayidle/swayidle-1.5.ebuild
17 index b338cccdbd2..b4a51c1048e 100644
18 --- a/gui-apps/swayidle/swayidle-1.5.ebuild
19 +++ b/gui-apps/swayidle/swayidle-1.5.ebuild
20 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
21 EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
22 else
23 SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~arm64 ~x86"
25 + KEYWORDS="amd64 arm64 x86"
26 fi
27
28 LICENSE="MIT"