diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-20 12:47:59 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-05-20 12:47:59 +0300 |
commit | 67f9d45d2daaeccb2ed2eeb5f0443cf0716663ec (patch) | |
tree | c29a5e47344dbe331c7d047986d42e1c98ed45e2 /dev-qt/qtconcurrent | |
parent | dev-qt/qtcharts: x86 stable wrt bug #719732 (diff) | |
download | gentoo-67f9d45d2daaeccb2ed2eeb5f0443cf0716663ec.tar.gz gentoo-67f9d45d2daaeccb2ed2eeb5f0443cf0716663ec.tar.bz2 gentoo-67f9d45d2daaeccb2ed2eeb5f0443cf0716663ec.zip |
dev-qt/qtconcurrent: x86 stable wrt bug #719732
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-qt/qtconcurrent')
-rw-r--r-- | dev-qt/qtconcurrent/qtconcurrent-5.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.14.2.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.14.2.ebuild index f69971a2c40b..cb102a9f8429 100644 --- a/dev-qt/qtconcurrent/qtconcurrent-5.14.2.ebuild +++ b/dev-qt/qtconcurrent/qtconcurrent-5.14.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="" |