diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-18 16:30:51 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-10-18 16:45:03 +0200 |
commit | 62a8489aa8397ebb3ad504d128304e9b74ec8f8b (patch) | |
tree | c0117325a4187e11b85e0fc2edfb29fbb358490f /dev-qt/qtconcurrent | |
parent | dev-qt/qtcharts: x86 stable (bug #734600) (diff) | |
download | gentoo-62a8489aa8397ebb3ad504d128304e9b74ec8f8b.tar.gz gentoo-62a8489aa8397ebb3ad504d128304e9b74ec8f8b.tar.bz2 gentoo-62a8489aa8397ebb3ad504d128304e9b74ec8f8b.zip |
dev-qt/qtconcurrent: x86 stable (bug #734600)
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-qt/qtconcurrent')
-rw-r--r-- | dev-qt/qtconcurrent/qtconcurrent-5.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.15.1.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.15.1.ebuild index 6aca9d5e10b8..5dc681ed53a2 100644 --- a/dev-qt/qtconcurrent/qtconcurrent-5.15.1.ebuild +++ b/dev-qt/qtconcurrent/qtconcurrent-5.15.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="" |