diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-09-21 06:13:03 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-09-21 06:13:03 +0200 |
commit | 5c9ffa58125980c76bdbca8485fc1ebdc97893f6 (patch) | |
tree | 689744ff39c9c5741234287439930a2794647b3c /dev-qt | |
parent | dev-qt/qttest: Stable for PPC64 (bug #543326). (diff) | |
download | gentoo-5c9ffa58125980c76bdbca8485fc1ebdc97893f6.tar.gz gentoo-5c9ffa58125980c76bdbca8485fc1ebdc97893f6.tar.bz2 gentoo-5c9ffa58125980c76bdbca8485fc1ebdc97893f6.zip |
dev-qt/qtcore: Stable for PPC64 (bug #543326).
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtcore/qtcore-5.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtcore/qtcore-5.4.2.ebuild b/dev-qt/qtcore/qtcore-5.4.2.ebuild index ec49304a7f9a..6685023e43de 100644 --- a/dev-qt/qtcore/qtcore-5.4.2.ebuild +++ b/dev-qt/qtcore/qtcore-5.4.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Cross-platform application development framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 hppa ~ppc64 ~x86" + KEYWORDS="amd64 arm ~arm64 hppa ppc64 ~x86" fi IUSE="icu systemd" |