diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-21 23:47:10 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-21 23:50:10 +0300 |
commit | b37ddea006065be7b976c6b6ef42398c8162278c (patch) | |
tree | 0ed3251a86b41022e9c3e92fee1a84a37cc598c6 | |
parent | dev-qt/designer: x86 stable wrt bug #685260 (diff) | |
download | gentoo-b37ddea006065be7b976c6b6ef42398c8162278c.tar.gz gentoo-b37ddea006065be7b976c6b6ef42398c8162278c.tar.bz2 gentoo-b37ddea006065be7b976c6b6ef42398c8162278c.zip |
dev-qt/linguist: x86 stable wrt bug #685260
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
-rw-r--r-- | dev-qt/linguist/linguist-5.12.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/linguist/linguist-5.12.3.ebuild b/dev-qt/linguist/linguist-5.12.3.ebuild index 0e65fa262e3e..718f89d39e97 100644 --- a/dev-qt/linguist/linguist-5.12.3.ebuild +++ b/dev-qt/linguist/linguist-5.12.3.ebuild @@ -8,7 +8,7 @@ inherit desktop gnome2-utils qt5-build DESCRIPTION="Graphical tool for translating Qt applications" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-fbsd" + KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86 ~amd64-fbsd" fi IUSE="" |