diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-14 09:18:55 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-14 09:21:42 +0200 |
commit | 98e74cbb97ee848b407503585ac4ed7d3bb4db83 (patch) | |
tree | 3a8fa4f9c451973374b52ce8bdedac46683670bd /dev-qt/linguist-tools | |
parent | dev-qt/linguist: x86 stable wrt bug #843353 (diff) | |
download | gentoo-98e74cbb97ee848b407503585ac4ed7d3bb4db83.tar.gz gentoo-98e74cbb97ee848b407503585ac4ed7d3bb4db83.tar.bz2 gentoo-98e74cbb97ee848b407503585ac4ed7d3bb4db83.zip |
dev-qt/linguist-tools: x86 stable wrt bug #843353
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/linguist-tools')
-rw-r--r-- | dev-qt/linguist-tools/linguist-tools-5.15.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/linguist-tools/linguist-tools-5.15.4.ebuild b/dev-qt/linguist-tools/linguist-tools-5.15.4.ebuild index 8fd5a4a9f407..7e6c31472cea 100644 --- a/dev-qt/linguist-tools/linguist-tools-5.15.4.ebuild +++ b/dev-qt/linguist-tools/linguist-tools-5.15.4.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Tools for working with Qt translation data files" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86" fi IUSE="qml" |