diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-02-03 11:48:41 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-02-03 11:48:41 +0000 |
commit | 36213c3550d8e158353c44f3ab2dccaefefdfa2b (patch) | |
tree | 9cb0e367e205095439b5c5fec2f0758302141614 /dev-qt/qtpaths | |
parent | Marked ~hppa too. (diff) | |
download | gentoo-2-36213c3550d8e158353c44f3ab2dccaefefdfa2b.tar.gz gentoo-2-36213c3550d8e158353c44f3ab2dccaefefdfa2b.tar.bz2 gentoo-2-36213c3550d8e158353c44f3ab2dccaefefdfa2b.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/qtpaths')
-rw-r--r-- | dev-qt/qtpaths/ChangeLog | 5 | ||||
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.4.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-qt/qtpaths/ChangeLog b/dev-qt/qtpaths/ChangeLog index b9774ccaba56..3811bfba85d4 100644 --- a/dev-qt/qtpaths/ChangeLog +++ b/dev-qt/qtpaths/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-qt/qtpaths # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtpaths/ChangeLog,v 1.6 2015/02/02 19:18:11 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtpaths/ChangeLog,v 1.7 2015/02/03 11:48:41 jer Exp $ + + 03 Feb 2015; Jeroen Roovers <jer@gentoo.org> qtpaths-5.4.0.ebuild: + Marked ~hppa too. 02 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> qtpaths-5.4.0.ebuild: Add ~arm keyword diff --git a/dev-qt/qtpaths/qtpaths-5.4.0.ebuild b/dev-qt/qtpaths/qtpaths-5.4.0.ebuild index 595628f3eb3c..37a765b65d50 100644 --- a/dev-qt/qtpaths/qtpaths-5.4.0.ebuild +++ b/dev-qt/qtpaths/qtpaths-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/qtpaths/qtpaths-5.4.0.ebuild,v 1.2 2015/02/02 19:18:11 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtpaths/qtpaths-5.4.0.ebuild,v 1.3 2015/02/03 11:48:41 jer Exp $ EAPI=5 @@ -11,9 +11,9 @@ inherit qt5-build DESCRIPTION="Tool to query Qt path information" if [[ ${QT5_BUILD_TYPE} == live ]]; then - KEYWORDS="" + KEYWORDS="~hppa" else - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~hppa ~x86" fi IUSE="" |