diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:53:59 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:57:43 +0200 |
commit | ea742c72c20ef24db300c8439747f48d5b0b8999 (patch) | |
tree | 53319b830f08e08c44ac585929c8f155c570c6fa /dev-qt | |
parent | dev-qt/designer: ppc64 stable wrt bug #734600 (diff) | |
download | gentoo-ea742c72c20ef24db300c8439747f48d5b0b8999.tar.gz gentoo-ea742c72c20ef24db300c8439747f48d5b0b8999.tar.bz2 gentoo-ea742c72c20ef24db300c8439747f48d5b0b8999.zip |
dev-qt/linguist: ppc64 stable wrt bug #734600
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/linguist/linguist-5.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/linguist/linguist-5.15.1.ebuild b/dev-qt/linguist/linguist-5.15.1.ebuild index 7c95263bfc75..42b3f00b2294 100644 --- a/dev-qt/linguist/linguist-5.15.1.ebuild +++ b/dev-qt/linguist/linguist-5.15.1.ebuild @@ -8,7 +8,7 @@ inherit desktop qt5-build xdg-utils DESCRIPTION="Graphical tool for translating Qt applications" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ppc64 ~x86" fi IUSE="" |