diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:57:21 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:57:59 +0200 |
commit | 3a4f63100d12ff25abff4f8cd3a7b745598732c5 (patch) | |
tree | 8506a9d8c8d4e63be2b9eb95ea5201f2f18e803f /dev-qt/qtxml | |
parent | dev-qt/qtx11extras: ppc64 stable wrt bug #734600 (diff) | |
download | gentoo-3a4f63100d12ff25abff4f8cd3a7b745598732c5.tar.gz gentoo-3a4f63100d12ff25abff4f8cd3a7b745598732c5.tar.bz2 gentoo-3a4f63100d12ff25abff4f8cd3a7b745598732c5.zip |
dev-qt/qtxml: ppc64 stable wrt bug #734600
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtxml')
-rw-r--r-- | dev-qt/qtxml/qtxml-5.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtxml/qtxml-5.15.1.ebuild b/dev-qt/qtxml/qtxml-5.15.1.ebuild index 32fd146e985f..76481207ab31 100644 --- a/dev-qt/qtxml/qtxml-5.15.1.ebuild +++ b/dev-qt/qtxml/qtxml-5.15.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 ~sparc ~x86" + KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc ~x86" fi IUSE="" |