diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-14 09:18:52 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-14 09:21:41 +0200 |
commit | dbf40ae454cb8f218ea5eb571b3841336903f724 (patch) | |
tree | a81ac6c0e112c7ac48e437f24f1a38680f68e1b7 /dev-qt | |
parent | dev-qt/designer: x86 stable wrt bug #843353 (diff) | |
download | gentoo-dbf40ae454cb8f218ea5eb571b3841336903f724.tar.gz gentoo-dbf40ae454cb8f218ea5eb571b3841336903f724.tar.bz2 gentoo-dbf40ae454cb8f218ea5eb571b3841336903f724.zip |
dev-qt/linguist: 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')
-rw-r--r-- | dev-qt/linguist/linguist-5.15.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/linguist/linguist-5.15.4.ebuild b/dev-qt/linguist/linguist-5.15.4.ebuild index b04a8217b0c4..92c9a68cc236 100644 --- a/dev-qt/linguist/linguist-5.15.4.ebuild +++ b/dev-qt/linguist/linguist-5.15.4.ebuild @@ -9,7 +9,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="" |