diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-09 13:29:04 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-09 13:29:04 +0300 |
commit | a0d53ccb113c1c2f3e953f5a3fef52805b1f29fc (patch) | |
tree | 32c8033a462d09c0cbf2c14158bb4fb3ba20227e /dev-qt/qtlocation | |
parent | dev-qt/qtimageformats: amd64 stable wrt bug #670864 (diff) | |
download | gentoo-a0d53ccb113c1c2f3e953f5a3fef52805b1f29fc.tar.gz gentoo-a0d53ccb113c1c2f3e953f5a3fef52805b1f29fc.tar.bz2 gentoo-a0d53ccb113c1c2f3e953f5a3fef52805b1f29fc.zip |
dev-qt/qtlocation: amd64 stable wrt bug #670864
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qtlocation')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.11.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.11.3-r1.ebuild b/dev-qt/qtlocation/qtlocation-5.11.3-r1.ebuild index 78057b719907..f1ef2d211dad 100644 --- a/dev-qt/qtlocation/qtlocation-5.11.3-r1.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.11.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 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="" |