diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:23:04 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:37:36 +0100 |
commit | 83bfbdae5bae16f7dc0ae453d8141b26ba7c4b56 (patch) | |
tree | 7ecd825f6b21f1028232d3b195b177d87d8fb0c8 /dev-qt | |
parent | dev-util/intltool: ppc64 stable wrt bug #579236 (diff) | |
download | gentoo-83bfbdae5bae16f7dc0ae453d8141b26ba7c4b56.tar.gz gentoo-83bfbdae5bae16f7dc0ae453d8141b26ba7c4b56.tar.bz2 gentoo-83bfbdae5bae16f7dc0ae453d8141b26ba7c4b56.zip |
dev-qt/assistant: ppc64 stable wrt bug #598780
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/assistant/assistant-5.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/assistant/assistant-5.6.2.ebuild b/dev-qt/assistant/assistant-5.6.2.ebuild index e76c81875467..d357ba78be23 100644 --- a/dev-qt/assistant/assistant-5.6.2.ebuild +++ b/dev-qt/assistant/assistant-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Tool for viewing on-line documentation in Qt help file format" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 arm ~hppa ppc64 x86" fi IUSE="webkit" |