diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-16 18:58:52 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-16 19:09:05 +0300 |
commit | 2d43b38f47111fe278051d33adbda67eee72a6d6 (patch) | |
tree | aab3165988fca6c0ddf566f96e4f959a85f460b9 /dev-qt/qtlocation | |
parent | dev-qt/qtpositioning: amd64 stable wrt bug #664566 (diff) | |
download | gentoo-2d43b38f47111fe278051d33adbda67eee72a6d6.tar.gz gentoo-2d43b38f47111fe278051d33adbda67eee72a6d6.tar.bz2 gentoo-2d43b38f47111fe278051d33adbda67eee72a6d6.zip |
dev-qt/qtlocation: amd64 stable wrt bug #664566
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.11.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.11.1.ebuild b/dev-qt/qtlocation/qtlocation-5.11.1.ebuild index f791b5b325e3..15514b5015a0 100644 --- a/dev-qt/qtlocation/qtlocation-5.11.1.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="The Location module for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" fi IUSE="" |