diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-02-08 16:20:38 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-02-08 16:25:34 +0300 |
commit | f24316bc1f2dc71ac6169a471619e6a3ee04995f (patch) | |
tree | b4cbed885ea599bd13f82d9c352848bb1eaddfa7 /dev-qt/qtconcurrent | |
parent | sys-devel/libtool: Removed old (diff) | |
download | gentoo-f24316bc1f2dc71ac6169a471619e6a3ee04995f.tar.gz gentoo-f24316bc1f2dc71ac6169a471619e6a3ee04995f.tar.bz2 gentoo-f24316bc1f2dc71ac6169a471619e6a3ee04995f.zip |
dev-qt/qtconcurrent: arm stable wrt bug #699240
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-qt/qtconcurrent')
-rw-r--r-- | dev-qt/qtconcurrent/qtconcurrent-5.13.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.13.2.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.13.2.ebuild index fcc7a560718b..48681faaae0d 100644 --- a/dev-qt/qtconcurrent/qtconcurrent-5.13.2.ebuild +++ b/dev-qt/qtconcurrent/qtconcurrent-5.13.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="" |