diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-30 20:29:58 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-30 20:29:58 +0100 |
commit | 54ac417e3ee9465e892148dc60daef1deb821008 (patch) | |
tree | 962abe591f39e29853bc5e2e01ce665c0bb8173f /dev-qt/qtconcurrent | |
parent | dev-qt/qdbus: stable 5.14.2 for ppc, bug #719732 (diff) | |
download | gentoo-54ac417e3ee9465e892148dc60daef1deb821008.tar.gz gentoo-54ac417e3ee9465e892148dc60daef1deb821008.tar.bz2 gentoo-54ac417e3ee9465e892148dc60daef1deb821008.zip |
dev-qt/qtconcurrent: stable 5.14.2 for ppc, bug #719732
Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@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 176cae370413..5dc681ed53a2 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="" |