diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 14:14:01 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 14:14:01 +0100 |
commit | a98c394c5800368691674d12ee81d26c2605f198 (patch) | |
tree | bec3bee5647d0fc8fe10503f20549ce493fb5771 /dev-qt/qtconcurrent | |
parent | dev-qt/qtbluetooth: x86 stable wrt bug #699328 (diff) | |
download | gentoo-a98c394c5800368691674d12ee81d26c2605f198.tar.gz gentoo-a98c394c5800368691674d12ee81d26c2605f198.tar.bz2 gentoo-a98c394c5800368691674d12ee81d26c2605f198.zip |
dev-qt/qtconcurrent: x86 stable wrt bug #699328
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtconcurrent')
-rw-r--r-- | dev-qt/qtconcurrent/qtconcurrent-5.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.14.1.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.14.1.ebuild index cff5c9405415..1202b494acb8 100644 --- a/dev-qt/qtconcurrent/qtconcurrent-5.14.1.ebuild +++ b/dev-qt/qtconcurrent/qtconcurrent-5.14.1.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="" |