diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 19:15:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 19:17:52 +0100 |
commit | 4918d44c3dd8f7a590e063599a85d1e11510ccad (patch) | |
tree | d5474eeb0ba5492ca4d049a0e8dacd2097e6035e /dev-qt/qtconcurrent | |
parent | dev-qt/qdbus: Stabilize 5.15.3 ppc, #835762 (diff) | |
download | gentoo-4918d44c3dd8f7a590e063599a85d1e11510ccad.tar.gz gentoo-4918d44c3dd8f7a590e063599a85d1e11510ccad.tar.bz2 gentoo-4918d44c3dd8f7a590e063599a85d1e11510ccad.zip |
dev-qt/qtconcurrent: Stabilize 5.15.3 ppc, #835762
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtconcurrent')
-rw-r--r-- | dev-qt/qtconcurrent/qtconcurrent-5.15.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.15.3.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.15.3.ebuild index 27001e17df9d..a343f99d4b6b 100644 --- a/dev-qt/qtconcurrent/qtconcurrent-5.15.3.ebuild +++ b/dev-qt/qtconcurrent/qtconcurrent-5.15.3.ebuild @@ -10,7 +10,7 @@ inherit qt5-build DESCRIPTION="Multi-threading concurrence support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86" fi IUSE="" |