diff options
author | Alex Fan <alexfanqi@yahoo.com> | 2021-07-22 22:59:10 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-07-25 07:41:35 +0800 |
commit | be3ed7cd36c7ea1e19fbef9c1c1e1524ad1bc2b5 (patch) | |
tree | e204a0ead88ff2035b071d9ff04ef1ee1b859998 /dev-qt/qtconcurrent | |
parent | media-libs/assimp: keyword 5.0.1 for ~riscv (diff) | |
download | gentoo-be3ed7cd36c7ea1e19fbef9c1c1e1524ad1bc2b5.tar.gz gentoo-be3ed7cd36c7ea1e19fbef9c1c1e1524ad1bc2b5.tar.bz2 gentoo-be3ed7cd36c7ea1e19fbef9c1c1e1524ad1bc2b5.zip |
dev-qt/qtconcurrent: 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/qtconcurrent')
-rw-r--r-- | dev-qt/qtconcurrent/qtconcurrent-5.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.15.2.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.15.2.ebuild index d5caa7070696..346697ad3187 100644 --- a/dev-qt/qtconcurrent/qtconcurrent-5.15.2.ebuild +++ b/dev-qt/qtconcurrent/qtconcurrent-5.15.2.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Multi-threading concurrence support library for the Qt5 framework" SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/qtbase-${PV}-gcc11.patch.xz" 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="" |