diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-23 16:19:32 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-23 16:19:32 +0300 |
commit | 8202225abc1daad04d2c04d8ab7d1a4452123dcd (patch) | |
tree | 64f60648fe49e71c01ab917add38989174aea20b /dev-qt/qtconcurrent | |
parent | dev-qt/qtbluetooth: arm stable wrt bug #685260 (diff) | |
download | gentoo-8202225abc1daad04d2c04d8ab7d1a4452123dcd.tar.gz gentoo-8202225abc1daad04d2c04d8ab7d1a4452123dcd.tar.bz2 gentoo-8202225abc1daad04d2c04d8ab7d1a4452123dcd.zip |
dev-qt/qtconcurrent: arm stable wrt bug #685260
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-qt/qtconcurrent')
-rw-r--r-- | dev-qt/qtconcurrent/qtconcurrent-5.12.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.12.3.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.12.3.ebuild index 55cb5002b58a..2a33362d7b26 100644 --- a/dev-qt/qtconcurrent/qtconcurrent-5.12.3.ebuild +++ b/dev-qt/qtconcurrent/qtconcurrent-5.12.3.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 ~amd64-fbsd" + KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd" fi IUSE="" |