diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-11-24 13:28:23 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-11-24 13:28:23 +0000 |
commit | 4dce10fb20afda261b4bee665b3cf84ee187d157 (patch) | |
tree | f8f694fc557381c489d7c836b2be1806a56240ed /dev-qt | |
parent | dev-qt/qtpaths: stable 5.11.1 for ppc, bug #664566 (diff) | |
download | gentoo-4dce10fb20afda261b4bee665b3cf84ee187d157.tar.gz gentoo-4dce10fb20afda261b4bee665b3cf84ee187d157.tar.bz2 gentoo-4dce10fb20afda261b4bee665b3cf84ee187d157.zip |
dev-qt/qtpositioning: stable 5.11.1 for ppc, bug #664566
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtpositioning/qtpositioning-5.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpositioning/qtpositioning-5.11.1.ebuild b/dev-qt/qtpositioning/qtpositioning-5.11.1.ebuild index 5ca83e170722..14efefe89472 100644 --- a/dev-qt/qtpositioning/qtpositioning-5.11.1.ebuild +++ b/dev-qt/qtpositioning/qtpositioning-5.11.1.ebuild @@ -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" |