diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-03-27 18:45:33 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-03-27 18:47:25 +0200 |
commit | 369cf73e6ff35dc31e436d7fd4a7af0efca6fa08 (patch) | |
tree | 77bbfffd471ed242964aa327d571f59d0d711496 /dev-qt | |
parent | dev-qt/designer: ppc stable wrt bug #569924 (diff) | |
download | gentoo-369cf73e6ff35dc31e436d7fd4a7af0efca6fa08.tar.gz gentoo-369cf73e6ff35dc31e436d7fd4a7af0efca6fa08.tar.bz2 gentoo-369cf73e6ff35dc31e436d7fd4a7af0efca6fa08.zip |
dev-qt/linguist-tools: ppc stable wrt bug #569924
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/linguist-tools/linguist-tools-5.5.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/linguist-tools/linguist-tools-5.5.1-r1.ebuild b/dev-qt/linguist-tools/linguist-tools-5.5.1-r1.ebuild index 571ccdb98038..a0a1776db780 100644 --- a/dev-qt/linguist-tools/linguist-tools-5.5.1-r1.ebuild +++ b/dev-qt/linguist-tools/linguist-tools-5.5.1-r1.ebuild @@ -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 ppc64 ~x86" + KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 ~x86" fi IUSE="qml" |