diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-14 09:19:53 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-14 09:21:46 +0200 |
commit | a8615f24932ef8b24278aa5a5a7e4d6091842f41 (patch) | |
tree | c529043ae12e382cf1e5f473eb7206b0e067e756 /dev-qt/qtlocation | |
parent | dev-qt/qtimageformats: x86 stable wrt bug #843353 (diff) | |
download | gentoo-a8615f24932ef8b24278aa5a5a7e4d6091842f41.tar.gz gentoo-a8615f24932ef8b24278aa5a5a7e4d6091842f41.tar.bz2 gentoo-a8615f24932ef8b24278aa5a5a7e4d6091842f41.zip |
dev-qt/qtlocation: x86 stable wrt bug #843353
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.15.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.15.4.ebuild b/dev-qt/qtlocation/qtlocation-5.15.4.ebuild index 7c962b2aeee8..4536e235ff4a 100644 --- a/dev-qt/qtlocation/qtlocation-5.15.4.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.15.4.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="" |