diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-09 16:28:23 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-09 16:30:01 +0300 |
commit | f8eb6148aa48ab95dba155bc36686dcf3ca7483e (patch) | |
tree | 2722f27995c7481340955c7470ac6e9e5cfb91c7 /dev-qt/qtxml | |
parent | dev-qt/qtx11extras: ppc64 stable wrt bug #670864 (diff) | |
download | gentoo-f8eb6148aa48ab95dba155bc36686dcf3ca7483e.tar.gz gentoo-f8eb6148aa48ab95dba155bc36686dcf3ca7483e.tar.bz2 gentoo-f8eb6148aa48ab95dba155bc36686dcf3ca7483e.zip |
dev-qt/qtxml: ppc64 stable wrt bug #670864
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qtxml')
-rw-r--r-- | dev-qt/qtxml/qtxml-5.11.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtxml/qtxml-5.11.3.ebuild b/dev-qt/qtxml/qtxml-5.11.3.ebuild index dc4931cb6839..26ba50d539d8 100644 --- a/dev-qt/qtxml/qtxml-5.11.3.ebuild +++ b/dev-qt/qtxml/qtxml-5.11.3.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 ~sparc x86 ~amd64-fbsd" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-fbsd" fi IUSE="" |