diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-01 13:23:46 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-01 13:23:46 +0100 |
commit | a67fb5f596f4fcee80adaa382e3b79b1ee5a1c3e (patch) | |
tree | 172dab857d3293c07af888e2d97f00601492de26 /dev-qt/linguist-tools | |
parent | dev-qt/designer: ppc stable wrt bug #598780 (diff) | |
download | gentoo-a67fb5f596f4fcee80adaa382e3b79b1ee5a1c3e.tar.gz gentoo-a67fb5f596f4fcee80adaa382e3b79b1ee5a1c3e.tar.bz2 gentoo-a67fb5f596f4fcee80adaa382e3b79b1ee5a1c3e.zip |
dev-qt/linguist-tools: ppc stable wrt bug #598780
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/linguist-tools')
-rw-r--r-- | dev-qt/linguist-tools/linguist-tools-5.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/linguist-tools/linguist-tools-5.6.2.ebuild b/dev-qt/linguist-tools/linguist-tools-5.6.2.ebuild index 8908bd33305d..1fc1dab54243 100644 --- a/dev-qt/linguist-tools/linguist-tools-5.6.2.ebuild +++ b/dev-qt/linguist-tools/linguist-tools-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="Tools for working with Qt translation data files" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86" fi IUSE="qml" |