Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mate-base/mate-common/
Date: Fri, 29 Oct 2021 13:31:22
Message-Id: 1635514177.f1bfc5e47b6175db83599f9768dc26c5e2a447d6.dlan@gentoo
1 commit: f1bfc5e47b6175db83599f9768dc26c5e2a447d6
2 Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 27 18:16:03 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 13:29:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1bfc5e4
7
8 mate-base/mate-common: keyword ~riscv
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 mate-base/mate-common/mate-common-1.24.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/mate-base/mate-common/mate-common-1.24.2.ebuild b/mate-base/mate-common/mate-common-1.24.2.ebuild
18 index 34c031021cc..3a962cd177f 100644
19 --- a/mate-base/mate-common/mate-common-1.24.2.ebuild
20 +++ b/mate-base/mate-common/mate-common-1.24.2.ebuild
21 @@ -8,7 +8,7 @@ inherit mate-desktop.org
22 if [[ ${PV} == 9999 ]]; then
23 inherit autotools
24 else
25 - KEYWORDS="amd64 ~arm ~arm64 x86"
26 + KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
27 fi
28
29 DESCRIPTION="Common files for development of MATE packages"