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, 17 Oct 2021 17:13:13
Message-Id: 1634490783.5ddaafe12d7b92d1e68731cc6e18551897f915c8.prometheanfire@gentoo
1 commit: 5ddaafe12d7b92d1e68731cc6e18551897f915c8
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 17:12:26 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 17:13:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ddaafe1
7
8 gui-apps/swayidle: add riscv flag to other versions
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 gui-apps/swayidle/swayidle-1.7.ebuild | 2 +-
14 gui-apps/swayidle/swayidle-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/gui-apps/swayidle/swayidle-1.7.ebuild b/gui-apps/swayidle/swayidle-1.7.ebuild
18 index d504c8c88d5..75d3ae4d644 100644
19 --- a/gui-apps/swayidle/swayidle-1.7.ebuild
20 +++ b/gui-apps/swayidle/swayidle-1.7.ebuild
21 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
22 EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
23 else
24 SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="amd64 arm64 ~ppc64 x86"
26 + KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
27 fi
28
29 LICENSE="MIT"
30
31 diff --git a/gui-apps/swayidle/swayidle-9999.ebuild b/gui-apps/swayidle/swayidle-9999.ebuild
32 index f6abc2bf723..ca9a351efc3 100644
33 --- a/gui-apps/swayidle/swayidle-9999.ebuild
34 +++ b/gui-apps/swayidle/swayidle-9999.ebuild
35 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
36 EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
37 else
38 SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
39 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
40 + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
41 fi
42
43 LICENSE="MIT"