diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-10-27 18:16:03 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-10-29 21:29:37 +0800 |
commit | f1bfc5e47b6175db83599f9768dc26c5e2a447d6 (patch) | |
tree | 5ce58975a16b506f3fbbf6482a85980e2e3f4222 /mate-base/mate-common | |
parent | app-editors/texworks: keyword ~riscv (diff) | |
download | gentoo-f1bfc5e47b6175db83599f9768dc26c5e2a447d6.tar.gz gentoo-f1bfc5e47b6175db83599f9768dc26c5e2a447d6.tar.bz2 gentoo-f1bfc5e47b6175db83599f9768dc26c5e2a447d6.zip |
mate-base/mate-common: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'mate-base/mate-common')
-rw-r--r-- | mate-base/mate-common/mate-common-1.24.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-base/mate-common/mate-common-1.24.2.ebuild b/mate-base/mate-common/mate-common-1.24.2.ebuild index 34c031021ccc..3a962cd177fa 100644 --- a/mate-base/mate-common/mate-common-1.24.2.ebuild +++ b/mate-base/mate-common/mate-common-1.24.2.ebuild @@ -8,7 +8,7 @@ inherit mate-desktop.org if [[ ${PV} == 9999 ]]; then inherit autotools else - KEYWORDS="amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" fi DESCRIPTION="Common files for development of MATE packages" |