diff options
author | Sam James <sam@gentoo.org> | 2022-04-12 23:48:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-12 23:48:51 +0100 |
commit | 9f3e3ac0b56d37bce73f5a0b15914ba5458fe0b0 (patch) | |
tree | 8a0a2ce0918b4770cb0c6ffc91282d13f4b01112 /dev-qt/qtdiag | |
parent | dev-qt/qtdatavis3d: Stabilize 5.15.3 amd64, #835762 (diff) | |
download | gentoo-9f3e3ac0b56d37bce73f5a0b15914ba5458fe0b0.tar.gz gentoo-9f3e3ac0b56d37bce73f5a0b15914ba5458fe0b0.tar.bz2 gentoo-9f3e3ac0b56d37bce73f5a0b15914ba5458fe0b0.zip |
dev-qt/qtdiag: Stabilize 5.15.3 amd64, #835762
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtdiag')
-rw-r--r-- | dev-qt/qtdiag/qtdiag-5.15.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtdiag/qtdiag-5.15.3.ebuild b/dev-qt/qtdiag/qtdiag-5.15.3.ebuild index 52a1285c9e21..4e200023258b 100644 --- a/dev-qt/qtdiag/qtdiag-5.15.3.ebuild +++ b/dev-qt/qtdiag/qtdiag-5.15.3.ebuild @@ -10,7 +10,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" |