diff options
Diffstat (limited to 'dev-qt/qthelp/qthelp-5.4.1.ebuild')
-rw-r--r-- | dev-qt/qthelp/qthelp-5.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qthelp/qthelp-5.4.1.ebuild b/dev-qt/qthelp/qthelp-5.4.1.ebuild index 07d67880af0d..48c8e4baaed8 100644 --- a/dev-qt/qthelp/qthelp-5.4.1.ebuild +++ b/dev-qt/qthelp/qthelp-5.4.1.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/qthelp/qthelp-5.4.1.ebuild,v 1.1 2015/02/24 18:35:57 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qthelp/qthelp-5.4.1.ebuild,v 1.2 2015/03/08 14:01:23 pesa Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit qt5-build DESCRIPTION="The Help module for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == live ]]; then - KEYWORDS="~hppa" + KEYWORDS="" else KEYWORDS="~amd64 ~arm ~hppa ~x86" fi |