diff options
author | 2019-12-18 12:19:06 +0100 | |
---|---|---|
committer | 2019-12-18 12:19:06 +0100 | |
commit | 8932d41b5591480c0a40df6d422f2fdb8a0dc616 (patch) | |
tree | f64b9ea3a57bf26003d34089f21acf35347effba /dev-qt | |
parent | dev-qt/linguist: amd64 stable wrt bug #699240 (diff) | |
download | gentoo-8932d41b5591480c0a40df6d422f2fdb8a0dc616.tar.gz gentoo-8932d41b5591480c0a40df6d422f2fdb8a0dc616.tar.bz2 gentoo-8932d41b5591480c0a40df6d422f2fdb8a0dc616.zip |
dev-qt/linguist-tools: amd64 stable wrt bug #699240
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-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 ae33fe990313..ea22a25b890d 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" |