diff options
author | Sam James <sam@gentoo.org> | 2021-01-10 09:05:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-10 09:05:19 +0000 |
commit | 48819b898b93fc8d0e5f717824ddbf759668cb74 (patch) | |
tree | 2d529825ea5886204e24b59727bb85f8aa59329a /dev-qt | |
parent | dev-qt/qtcharts: Stabilize 5.15.2 amd64, #754852 (diff) | |
download | gentoo-48819b898b93fc8d0e5f717824ddbf759668cb74.tar.gz gentoo-48819b898b93fc8d0e5f717824ddbf759668cb74.tar.bz2 gentoo-48819b898b93fc8d0e5f717824ddbf759668cb74.zip |
dev-qt/qtconcurrent: Stabilize 5.15.2 amd64, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtconcurrent/qtconcurrent-5.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.15.2.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.15.2.ebuild index b22936dacda5..bdaa4c333573 100644 --- a/dev-qt/qtconcurrent/qtconcurrent-5.15.2.ebuild +++ b/dev-qt/qtconcurrent/qtconcurrent-5.15.2.ebuild @@ -8,7 +8,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 ~sparc x86" + KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86" fi IUSE="" |