diff options
author | Alex Fan <alexfanqi@yahoo.com> | 2021-08-17 14:07:45 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-08-18 08:27:53 +0800 |
commit | bae918b613a9708d461d6791996108ce9ef5cb46 (patch) | |
tree | 65211f4586a454e4369f6490c90b7a9fdabb0f90 /dev-qt | |
parent | kde-frameworks/kholidays: keyword 5.85.0 for ~riscv (diff) | |
download | gentoo-bae918b613a9708d461d6791996108ce9ef5cb46.tar.gz gentoo-bae918b613a9708d461d6791996108ce9ef5cb46.tar.bz2 gentoo-bae918b613a9708d461d6791996108ce9ef5cb46.zip |
dev-qt/qtscript: keyword 5.15.2 for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtscript/qtscript-5.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtscript/qtscript-5.15.2.ebuild b/dev-qt/qtscript/qtscript-5.15.2.ebuild index 6b4ca85b7275..654014235025 100644 --- a/dev-qt/qtscript/qtscript-5.15.2.ebuild +++ b/dev-qt/qtscript/qtscript-5.15.2.ebuild @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86" fi IUSE="+jit scripttools" |