diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-16 18:58:26 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-16 19:09:04 +0300 |
commit | 5cd1b9fee52f44acc044255f2f9a03f879feb54a (patch) | |
tree | 4134eed64b961c79482aa56d71b055aa491b9c43 /dev-qt/qtpositioning | |
parent | dev-qt/qtimageformats: amd64 stable wrt bug #664566 (diff) | |
download | gentoo-5cd1b9fee52f44acc044255f2f9a03f879feb54a.tar.gz gentoo-5cd1b9fee52f44acc044255f2f9a03f879feb54a.tar.bz2 gentoo-5cd1b9fee52f44acc044255f2f9a03f879feb54a.zip |
dev-qt/qtpositioning: 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/qtpositioning')
-rw-r--r-- | dev-qt/qtpositioning/qtpositioning-5.11.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtpositioning/qtpositioning-5.11.1.ebuild b/dev-qt/qtpositioning/qtpositioning-5.11.1.ebuild index 37f71567e715..46a65ec0a58b 100644 --- a/dev-qt/qtpositioning/qtpositioning-5.11.1.ebuild +++ b/dev-qt/qtpositioning/qtpositioning-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 @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Physical position determination library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" fi IUSE="geoclue qml" |