diff options
author | Alex Fan <alexfanqi@yahoo.com> | 2021-07-22 20:13:01 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-07-25 07:41:05 +0800 |
commit | 9d6209f081e23d2037999d8cf5fe95f31aa323f7 (patch) | |
tree | 83d53ff954a7ff7ae70f7769327bf71fe4b757b1 /dev-qt/qtxml | |
parent | dev-qt/qtdeclarative: keyword 5.15.2 for ~riscv (diff) | |
download | gentoo-9d6209f081e23d2037999d8cf5fe95f31aa323f7.tar.gz gentoo-9d6209f081e23d2037999d8cf5fe95f31aa323f7.tar.bz2 gentoo-9d6209f081e23d2037999d8cf5fe95f31aa323f7.zip |
dev-qt/qtxml: 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/qtxml')
-rw-r--r-- | dev-qt/qtxml/qtxml-5.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtxml/qtxml-5.15.2.ebuild b/dev-qt/qtxml/qtxml-5.15.2.ebuild index 140dd50a8a60..16d360c85c55 100644 --- a/dev-qt/qtxml/qtxml-5.15.2.ebuild +++ b/dev-qt/qtxml/qtxml-5.15.2.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Implementation of SAX and DOM 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="" |