diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 16:39:12 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 16:49:26 +0200 |
commit | 0143f61475d6de6191b50d74cc83efb255ff4ba5 (patch) | |
tree | 09c4219bf72897b8aa605c754c08c973a237b417 /dev-qt/linguist | |
parent | dev-qt/designer: ppc64 stable wrt bug #620334 (diff) | |
download | gentoo-0143f61475d6de6191b50d74cc83efb255ff4ba5.tar.gz gentoo-0143f61475d6de6191b50d74cc83efb255ff4ba5.tar.bz2 gentoo-0143f61475d6de6191b50d74cc83efb255ff4ba5.zip |
dev-qt/linguist: ppc64 stable wrt bug #620334
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/linguist')
-rw-r--r-- | dev-qt/linguist/linguist-5.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/linguist/linguist-5.7.1.ebuild b/dev-qt/linguist/linguist-5.7.1.ebuild index eb2b0bf99788..4f55a7d23dab 100644 --- a/dev-qt/linguist/linguist-5.7.1.ebuild +++ b/dev-qt/linguist/linguist-5.7.1.ebuild @@ -8,7 +8,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="" |