diff options
author | Sam James <sam@gentoo.org> | 2022-04-12 23:48:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-12 23:48:43 +0100 |
commit | 9d6bd896a6b1b7b69f994cc747e43c44306c1b45 (patch) | |
tree | e2752c90da5457220fd616fd0b65dcc7c8cf2fae /dev-qt/qtconcurrent | |
parent | dev-qt/qdoc: Stabilize 5.15.3 amd64, #835762 (diff) | |
download | gentoo-9d6bd896a6b1b7b69f994cc747e43c44306c1b45.tar.gz gentoo-9d6bd896a6b1b7b69f994cc747e43c44306c1b45.tar.bz2 gentoo-9d6bd896a6b1b7b69f994cc747e43c44306c1b45.zip |
dev-qt/qtconcurrent: Stabilize 5.15.3 amd64, #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 18625f9fe175..d1ab113de1b9 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="" |