diff options
author | Sam James <sam@gentoo.org> | 2022-04-14 01:18:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-14 01:18:19 +0100 |
commit | 45952b89e3f50ce10a0ac8f25f820b92bb341bea (patch) | |
tree | 238632255ee93563e97c8d32f177536f0ac99923 /dev-qt/qtlocation | |
parent | dev-qt/qtpositioning: Stabilize 5.15.3 x86, #835762 (diff) | |
download | gentoo-45952b89e3f50ce10a0ac8f25f820b92bb341bea.tar.gz gentoo-45952b89e3f50ce10a0ac8f25f820b92bb341bea.tar.bz2 gentoo-45952b89e3f50ce10a0ac8f25f820b92bb341bea.zip |
dev-qt/qtlocation: Stabilize 5.15.3-r1 x86, #835762
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild b/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild index ad786a50652a..3f67cfe608df 100644 --- a/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.15.3-r1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm arm64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~riscv x86" fi IUSE="" |