diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-02-03 10:56:39 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-02-03 10:56:39 +0000 |
commit | 937c40b732cc3820035aab737044030885ef475b (patch) | |
tree | 3b33ae461cca604a695d22131a572d2ea687cf64 /dev-qt/qtxml | |
parent | Version bump. Added preliminary Qt5 support to live ebuild, but this does not... (diff) | |
download | gentoo-2-937c40b732cc3820035aab737044030885ef475b.tar.gz gentoo-2-937c40b732cc3820035aab737044030885ef475b.tar.bz2 gentoo-2-937c40b732cc3820035aab737044030885ef475b.zip |
Marked ~hppa too.
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-qt/qtxml')
-rw-r--r-- | dev-qt/qtxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-qt/qtxml/qtxml-5.4.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-qt/qtxml/ChangeLog b/dev-qt/qtxml/ChangeLog index 452365944e66..ed7ea2912171 100644 --- a/dev-qt/qtxml/ChangeLog +++ b/dev-qt/qtxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-qt/qtxml # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtxml/ChangeLog,v 1.9 2015/02/02 19:29:14 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtxml/ChangeLog,v 1.10 2015/02/03 10:56:39 jer Exp $ + + 03 Feb 2015; Jeroen Roovers <jer@gentoo.org> qtxml-5.4.0.ebuild: + Marked ~hppa too. 02 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> qtxml-5.4.0.ebuild: Add ~arm keyword diff --git a/dev-qt/qtxml/qtxml-5.4.0.ebuild b/dev-qt/qtxml/qtxml-5.4.0.ebuild index c1084e83726a..9ee271ec9186 100644 --- a/dev-qt/qtxml/qtxml-5.4.0.ebuild +++ b/dev-qt/qtxml/qtxml-5.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtxml/qtxml-5.4.0.ebuild,v 1.2 2015/02/02 19:29:14 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtxml/qtxml-5.4.0.ebuild,v 1.3 2015/02/03 10:56:39 jer Exp $ EAPI=5 @@ -11,9 +11,9 @@ inherit qt5-build DESCRIPTION="SAX and DOM implementation library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == live ]]; then - KEYWORDS="" + KEYWORDS="~hppa" else - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~hppa ~x86" fi IUSE="" |