diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-13 16:29:32 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-07-13 16:41:03 +0300 |
commit | 502b627a871de3b87dd1994679e33e81198edb5c (patch) | |
tree | e6cd9f8da4cf75d4d4356ad69e0c778aa684ae44 /dev-qt/qtconcurrent | |
parent | dev-qt/qtbluetooth: amd64 stable wrt bug #655664 (diff) | |
download | gentoo-502b627a871de3b87dd1994679e33e81198edb5c.tar.gz gentoo-502b627a871de3b87dd1994679e33e81198edb5c.tar.bz2 gentoo-502b627a871de3b87dd1994679e33e81198edb5c.zip |
dev-qt/qtconcurrent: amd64 stable wrt bug #655664
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-qt/qtconcurrent')
-rw-r--r-- | dev-qt/qtconcurrent/qtconcurrent-5.9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.9.6.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.9.6.ebuild index 75e304af27a0..b05a40d774cc 100644 --- a/dev-qt/qtconcurrent/qtconcurrent-5.9.6.ebuild +++ b/dev-qt/qtconcurrent/qtconcurrent-5.9.6.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 ~x86 ~amd64-fbsd" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd" fi IUSE="" |