Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wf-config/
Date: Sat, 18 Sep 2021 14:42:46
Message-Id: 1631975962.50ea7548333db87f9e3d3f7d47e087a69681e050.dlan@gentoo
1 commit: 50ea7548333db87f9e3d3f7d47e087a69681e050
2 Author: Stijn Tintel <stijn <AT> linux-ipv6 <DOT> be>
3 AuthorDate: Sat Sep 18 11:14:22 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 14:39:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ea7548
7
8 gui-libs/wf-config: keyword 0.7.1-r1 for ~riscv
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Stijn Tintel <stijn <AT> linux-ipv6.be>
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 gui-libs/wf-config/wf-config-0.7.1-r1.ebuild | 2 +-
15 gui-libs/wf-config/wf-config-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/gui-libs/wf-config/wf-config-0.7.1-r1.ebuild b/gui-libs/wf-config/wf-config-0.7.1-r1.ebuild
19 index 086ba02a39a..c663a20684e 100644
20 --- a/gui-libs/wf-config/wf-config-0.7.1-r1.ebuild
21 +++ b/gui-libs/wf-config/wf-config-0.7.1-r1.ebuild
22 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
23 EGIT_REPO_URI="https://github.com/WayfireWM/wf-config.git"
24 else
25 SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/v${PV}/${P}.tar.xz"
26 - KEYWORDS="amd64 ~arm64 ~x86"
27 + KEYWORDS="amd64 ~arm64 ~riscv ~x86"
28 fi
29
30 LICENSE="MIT"
31
32 diff --git a/gui-libs/wf-config/wf-config-9999.ebuild b/gui-libs/wf-config/wf-config-9999.ebuild
33 index 4ef88e77cbb..7ceb2c95adb 100644
34 --- a/gui-libs/wf-config/wf-config-9999.ebuild
35 +++ b/gui-libs/wf-config/wf-config-9999.ebuild
36 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
37 EGIT_REPO_URI="https://github.com/WayfireWM/wf-config.git"
38 else
39 SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/v${PV}/${P}.tar.xz"
40 - KEYWORDS="~amd64 ~arm64 ~x86"
41 + KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
42 fi
43
44 LICENSE="MIT"