diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 15:13:40 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-07-07 15:23:48 +0200 |
commit | 3e313dbe6b914158658fa36ddb573788c5517c89 (patch) | |
tree | 1a3dc7dc73930e40d8ef1c65ac906c968ee6f786 /dev-qt/qtxml | |
parent | dev-qt/qtx11extras: ppc stable wrt bug #620334 (diff) | |
download | gentoo-3e313dbe6b914158658fa36ddb573788c5517c89.tar.gz gentoo-3e313dbe6b914158658fa36ddb573788c5517c89.tar.bz2 gentoo-3e313dbe6b914158658fa36ddb573788c5517c89.zip |
dev-qt/qtxml: ppc stable wrt bug #620334
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtxml')
-rw-r--r-- | dev-qt/qtxml/qtxml-5.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtxml/qtxml-5.7.1.ebuild b/dev-qt/qtxml/qtxml-5.7.1.ebuild index e3a5216fc902..8dc424d59e87 100644 --- a/dev-qt/qtxml/qtxml-5.7.1.ebuild +++ b/dev-qt/qtxml/qtxml-5.7.1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Implementation of SAX and DOM 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="" |