diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-18 16:32:20 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-18 16:45:04 +0200 |
commit | c9aa41f9350d623ec16df9f50d474706e0c7609b (patch) | |
tree | 1fe8d8fca49cd6d79c3a6a83fb08f8d114a63e49 /dev-qt/qtdiag/qtdiag-5.15.1.ebuild | |
parent | dev-qt/qtdeclarative: x86 stable (bug #734600) (diff) | |
download | gentoo-c9aa41f9350d623ec16df9f50d474706e0c7609b.tar.gz gentoo-c9aa41f9350d623ec16df9f50d474706e0c7609b.tar.bz2 gentoo-c9aa41f9350d623ec16df9f50d474706e0c7609b.zip |
dev-qt/qtdiag: x86 stable (bug #734600)
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-qt/qtdiag/qtdiag-5.15.1.ebuild')
-rw-r--r-- | dev-qt/qtdiag/qtdiag-5.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtdiag/qtdiag-5.15.1.ebuild b/dev-qt/qtdiag/qtdiag-5.15.1.ebuild index 42524ff14310..edfbbd07b52f 100644 --- a/dev-qt/qtdiag/qtdiag-5.15.1.ebuild +++ b/dev-qt/qtdiag/qtdiag-5.15.1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Tool for reporting diagnostic information about Qt and its environment" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~sparc x86" fi IUSE="+network +widgets" |