diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-03-17 08:14:17 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-03-17 08:45:32 +0100 |
commit | e8a492ba939a1dc9ab18b6bd6aaeff62a4b2c06b (patch) | |
tree | 3b38252f2c15766d63bc1bd46396dc0c5bd04076 /dev-qt/qtxml | |
parent | dev-qt/qtnetwork: Stable for HPPA (bug #598780). (diff) | |
download | gentoo-e8a492ba939a1dc9ab18b6bd6aaeff62a4b2c06b.tar.gz gentoo-e8a492ba939a1dc9ab18b6bd6aaeff62a4b2c06b.tar.bz2 gentoo-e8a492ba939a1dc9ab18b6bd6aaeff62a4b2c06b.zip |
dev-qt/qtxml: Stable for HPPA (bug #598780).
Package-Manager: Portage-2.3.4, Repoman-2.3.2
RepoMan-Options: --ignore-arches
Diffstat (limited to 'dev-qt/qtxml')
-rw-r--r-- | dev-qt/qtxml/qtxml-5.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtxml/qtxml-5.6.2.ebuild b/dev-qt/qtxml/qtxml-5.6.2.ebuild index 20cc263df256..2c0cdd51d795 100644 --- a/dev-qt/qtxml/qtxml-5.6.2.ebuild +++ b/dev-qt/qtxml/qtxml-5.6.2.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="" |