diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-10-26 21:47:06 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-10-29 21:28:38 +0800 |
commit | 060834c758de953b47a1e516a1e0c66926035916 (patch) | |
tree | b50521c956fd7e351572c7b11c686b8f7b74c118 /dev-qt | |
parent | dev-python/python-markdown-math: keyword ~riscv (diff) | |
download | gentoo-060834c758de953b47a1e516a1e0c66926035916.tar.gz gentoo-060834c758de953b47a1e516a1e0c66926035916.tar.bz2 gentoo-060834c758de953b47a1e516a1e0c66926035916.zip |
dev-qt/qtscxml: 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 'dev-qt')
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.15.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscxml/qtscxml-5.15.2-r1.ebuild b/dev-qt/qtscxml/qtscxml-5.15.2-r1.ebuild index 03ff5ecc0229..868a3450c832 100644 --- a/dev-qt/qtscxml/qtscxml-5.15.2-r1.ebuild +++ b/dev-qt/qtscxml/qtscxml-5.15.2-r1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm64 x86" + KEYWORDS="amd64 arm64 ~riscv x86" fi IUSE="" |