diff options
author | Alex Fan <alexfanqi@yahoo.com> | 2021-08-08 15:05:27 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-08-10 16:48:44 +0800 |
commit | c33b697a95e702c7de23e443c3b9754ae4af5388 (patch) | |
tree | c34c54765a84bbad5dbcd279a346ffba49cdea9f /dev-qt/qtlocation | |
parent | dev-qt/qtpositioning: keyword 5.15.2 for ~riscv (diff) | |
download | gentoo-c33b697a95e702c7de23e443c3b9754ae4af5388.tar.gz gentoo-c33b697a95e702c7de23e443c3b9754ae4af5388.tar.bz2 gentoo-c33b697a95e702c7de23e443c3b9754ae4af5388.zip |
dev-qt/qtlocation: keyword 5.15.2-r1 for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.15.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.15.2-r1.ebuild b/dev-qt/qtlocation/qtlocation-5.15.2-r1.ebuild index 2f1e239e5a63..f1ee8b34f188 100644 --- a/dev-qt/qtlocation/qtlocation-5.15.2-r1.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.15.2-r1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm arm64 x86" + KEYWORDS="amd64 arm arm64 ~riscv x86" fi IUSE="" |