summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-02-03 11:05:54 +0000
committerJeroen Roovers <jer@gentoo.org>2015-02-03 11:05:54 +0000
commit2a31367393420f966cec6480bae655f983d14e00 (patch)
tree5472e66b3445a6742d8a1f381b5be481855db9b7 /dev-qt/assistant
parentMarked ~hppa too. (diff)
downloadgentoo-2-2a31367393420f966cec6480bae655f983d14e00.tar.gz
gentoo-2-2a31367393420f966cec6480bae655f983d14e00.tar.bz2
gentoo-2-2a31367393420f966cec6480bae655f983d14e00.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/assistant')
-rw-r--r--dev-qt/assistant/ChangeLog5
-rw-r--r--dev-qt/assistant/assistant-5.4.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-qt/assistant/ChangeLog b/dev-qt/assistant/ChangeLog
index 97126fb3500f..f0ded5dd4054 100644
--- a/dev-qt/assistant/ChangeLog
+++ b/dev-qt/assistant/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/assistant
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/ChangeLog,v 1.20 2015/02/02 18:56:06 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/ChangeLog,v 1.21 2015/02/03 11:05:54 jer Exp $
+
+ 03 Feb 2015; Jeroen Roovers <jer@gentoo.org> assistant-5.4.0.ebuild:
+ Marked ~hppa too.
02 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> assistant-5.4.0.ebuild:
Add ~arm keyword
diff --git a/dev-qt/assistant/assistant-5.4.0.ebuild b/dev-qt/assistant/assistant-5.4.0.ebuild
index 8632df5ec778..b4c55efefde7 100644
--- a/dev-qt/assistant/assistant-5.4.0.ebuild
+++ b/dev-qt/assistant/assistant-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/assistant/assistant-5.4.0.ebuild,v 1.2 2015/02/02 18:56:06 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/assistant-5.4.0.ebuild,v 1.3 2015/02/03 11:05:54 jer Exp $
EAPI=5
@@ -11,9 +11,9 @@ inherit qt5-build
DESCRIPTION="Tool for viewing on-line documentation in Qt help file format"
if [[ ${QT5_BUILD_TYPE} == live ]]; then
- KEYWORDS=""
+ KEYWORDS="~hppa"
else
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi
IUSE="webkit"