diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:50:56 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:50:56 +0200 |
commit | 2865b736f985f36e11348f55897fd15f580c42bc (patch) | |
tree | 7986d24283edbf428b25adf89e0151c277e1ce63 /dev-qt | |
parent | dev-qt/qtx11extras: ppc stable wrt bug #734600 (diff) | |
download | gentoo-2865b736f985f36e11348f55897fd15f580c42bc.tar.gz gentoo-2865b736f985f36e11348f55897fd15f580c42bc.tar.bz2 gentoo-2865b736f985f36e11348f55897fd15f580c42bc.zip |
dev-qt/qtxml: ppc stable wrt bug #734600
Package-Manager: Portage-3.0.4, Repoman-3.0.1
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.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 9ce3778a98d5..32fd146e985f 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="" |