diff options
Diffstat (limited to 'dev-qt/qthelp/qthelp-4.8.6-r3.ebuild')
-rw-r--r-- | dev-qt/qthelp/qthelp-4.8.6-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-qt/qthelp/qthelp-4.8.6-r3.ebuild b/dev-qt/qthelp/qthelp-4.8.6-r3.ebuild index ddf1f46b11a9..c8280275675b 100644 --- a/dev-qt/qthelp/qthelp-4.8.6-r3.ebuild +++ b/dev-qt/qthelp/qthelp-4.8.6-r3.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-4.8.6-r3.ebuild,v 1.8 2015/07/05 21:13:59 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qthelp/qthelp-4.8.6-r3.ebuild,v 1.9 2015/08/06 13:56:34 zlogene Exp $ EAPI=5 @@ -14,9 +14,9 @@ SRC_URI+=" )" if [[ ${QT4_BUILD_TYPE} == live ]]; then - KEYWORDS="alpha arm ppc ppc64" + KEYWORDS="alpha arm ia64 ppc ppc64" else - KEYWORDS="alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi IUSE="compat doc" |