diff options
Diffstat (limited to 'x11-libs/qt-assistant/qt-assistant-4.8.2-r1.ebuild')
-rw-r--r-- | x11-libs/qt-assistant/qt-assistant-4.8.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qt-assistant/qt-assistant-4.8.2-r1.ebuild b/x11-libs/qt-assistant/qt-assistant-4.8.2-r1.ebuild index defa5354095f..eb8c348b60d2 100644 --- a/x11-libs/qt-assistant/qt-assistant-4.8.2-r1.ebuild +++ b/x11-libs/qt-assistant/qt-assistant-4.8.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.8.2-r1.ebuild,v 1.1 2012/06/28 17:36:00 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.8.2-r1.ebuild,v 1.2 2012/07/05 12:19:49 ago Exp $ EAPI=4 @@ -17,7 +17,7 @@ SLOT="4" if [[ ${QT4_BUILD_TYPE} == live ]]; then KEYWORDS="" else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos" + KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos" fi IUSE="compat doc +glib qt3support trace webkit" |