diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-21 13:53:00 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-12-21 13:53:00 +0300 |
commit | 90bf79f9ca1d7b4e5eb3dd052ff8511e0bb19c98 (patch) | |
tree | cebd922ada6fb1a6aa91b1c4e47f11624a41eac4 /dev-qt/linguist-tools | |
parent | dev-qt/linguist: ppc64 stable wrt bug #699240 (diff) | |
download | gentoo-90bf79f9ca1d7b4e5eb3dd052ff8511e0bb19c98.tar.gz gentoo-90bf79f9ca1d7b4e5eb3dd052ff8511e0bb19c98.tar.bz2 gentoo-90bf79f9ca1d7b4e5eb3dd052ff8511e0bb19c98.zip |
dev-qt/linguist-tools: ppc64 stable wrt bug #699240
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-qt/linguist-tools')
-rw-r--r-- | dev-qt/linguist-tools/linguist-tools-5.13.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/linguist-tools/linguist-tools-5.13.2.ebuild b/dev-qt/linguist-tools/linguist-tools-5.13.2.ebuild index ea22a25b890d..7204190e608c 100644 --- a/dev-qt/linguist-tools/linguist-tools-5.13.2.ebuild +++ b/dev-qt/linguist-tools/linguist-tools-5.13.2.ebuild @@ -8,7 +8,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 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc ~x86" fi IUSE="qml" |