diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-10-13 11:41:17 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-10-13 11:41:17 +0200 |
commit | 0ed9976f02073ce87182b8b61b4775736d841ba9 (patch) | |
tree | cdbc41c81870e159912725449fe0287842566fad /dev-qt | |
parent | dev-qt/qtwidgets: ppc stable wrt bug #586180 (diff) | |
download | gentoo-0ed9976f02073ce87182b8b61b4775736d841ba9.tar.gz gentoo-0ed9976f02073ce87182b8b61b4775736d841ba9.tar.bz2 gentoo-0ed9976f02073ce87182b8b61b4775736d841ba9.zip |
dev-qt/qtxml: ppc stable wrt bug #586180
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtxml/qtxml-5.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtxml/qtxml-5.6.1.ebuild b/dev-qt/qtxml/qtxml-5.6.1.ebuild index 9c9fe8bb736f..930c7027cd46 100644 --- a/dev-qt/qtxml/qtxml-5.6.1.ebuild +++ b/dev-qt/qtxml/qtxml-5.6.1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="SAX and DOM implementation library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 hppa ~ppc ppc64 x86" + KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86" fi IUSE="" |