diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 21:15:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 21:16:13 +0000 |
commit | 2e65e6be660d92c23ecb754e8d3131a9bb68d91c (patch) | |
tree | ecac952b23f523934d2784b9e59cb16ccc044a4f /dev-qt/qtlocation | |
parent | dev-qt/qtimageformats: Stabilize 5.15.2 x86, #754852 (diff) | |
download | gentoo-2e65e6be660d92c23ecb754e8d3131a9bb68d91c.tar.gz gentoo-2e65e6be660d92c23ecb754e8d3131a9bb68d91c.tar.bz2 gentoo-2e65e6be660d92c23ecb754e8d3131a9bb68d91c.zip |
dev-qt/qtlocation: Stabilize 5.15.2-r1 x86, #754852
Signed-off-by: Sam James <sam@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 129e9ecf500b..272cbb696987 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 x86" fi IUSE="" |