diff options
author | Markus Meier <maekke@gentoo.org> | 2017-01-02 20:02:14 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-01-02 20:02:14 +0100 |
commit | 28a9fc9a2da6d5eae49f587a44ab516fe5352117 (patch) | |
tree | 40bf342599bab5a5da563c041915451849e8326a /dev-qt | |
parent | 63f1b60ea31aa563ebd48c80e6ab4bd56c37280d (diff) | |
download | gentoo-28a9fc9a2da6d5eae49f587a44ab516fe5352117.tar.gz gentoo-28a9fc9a2da6d5eae49f587a44ab516fe5352117.tar.xz |
dev-qt/linguist: arm stable, bug #598780
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/linguist/linguist-5.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/linguist/linguist-5.6.2.ebuild b/dev-qt/linguist/linguist-5.6.2.ebuild index fa72a9a43d4..b36d75b2da3 100644 --- a/dev-qt/linguist/linguist-5.6.2.ebuild +++ b/dev-qt/linguist/linguist-5.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Graphical tool for translating Qt applications" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ~ppc64 x86" fi IUSE="" |