diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-20 12:47:32 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-20 12:47:32 +0300 |
commit | cfaf567a64b50643e33dae2b580068a763e90d55 (patch) | |
tree | daad6f3b5aeefacda7e88d808c267016290ac873 /dev-qt/linguist | |
parent | dev-qt/designer: x86 stable wrt bug #719732 (diff) | |
download | gentoo-cfaf567a64b50643e33dae2b580068a763e90d55.tar.gz gentoo-cfaf567a64b50643e33dae2b580068a763e90d55.tar.bz2 gentoo-cfaf567a64b50643e33dae2b580068a763e90d55.zip |
dev-qt/linguist: x86 stable wrt bug #719732
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-qt/linguist')
-rw-r--r-- | dev-qt/linguist/linguist-5.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/linguist/linguist-5.14.2.ebuild b/dev-qt/linguist/linguist-5.14.2.ebuild index e39fd18472b4..9dcc4637b404 100644 --- a/dev-qt/linguist/linguist-5.14.2.ebuild +++ b/dev-qt/linguist/linguist-5.14.2.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="" |