diff options
author | Sam James <sam@gentoo.org> | 2022-07-02 18:25:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-02 18:25:18 +0000 |
commit | 9946da8d3e7bb2230c3f7358931ab7ecaa04f53e (patch) | |
tree | 16ecd04758852c92e5211d5e8408ec09dde5a4d4 /dev-qt/qtlocation | |
parent | dev-qt/qtpositioning: Stabilize 5.15.5 x86, #853232 (diff) | |
download | gentoo-9946da8d3e7bb2230c3f7358931ab7ecaa04f53e.tar.gz gentoo-9946da8d3e7bb2230c3f7358931ab7ecaa04f53e.tar.bz2 gentoo-9946da8d3e7bb2230c3f7358931ab7ecaa04f53e.zip |
dev-qt/qtlocation: Stabilize 5.15.5 x86, #853232
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.15.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.15.5.ebuild b/dev-qt/qtlocation/qtlocation-5.15.5.ebuild index 7863e98b9b0e..a0926f45d6bb 100644 --- a/dev-qt/qtlocation/qtlocation-5.15.5.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.15.5.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 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" fi IUSE="" |