c42cfd59e5
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@736 6952d904-891a-0410-993b-d76249ca496b
27 lines
876 B
Bash
27 lines
876 B
Bash
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.4.2.ebuild,v 1.3 2009/01/18 20:05:48 maekke Exp $
|
|
|
|
DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework."
|
|
HOMEPAGE="http://www.trolltech.com/"
|
|
|
|
LICENSE="|| ( GPL-3 GPL-2 )"
|
|
SLOT="4"
|
|
KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86"
|
|
|
|
IUSE="dbus opengl qt3support"
|
|
|
|
DEPEND=""
|
|
RDEPEND="~x11-libs/qt-gui-${PV}
|
|
~x11-libs/qt-svg-${PV}
|
|
~x11-libs/qt-test-${PV}
|
|
~x11-libs/qt-sql-${PV}
|
|
~x11-libs/qt-script-${PV}
|
|
~x11-libs/qt-test-${PV}
|
|
~x11-libs/qt-assistant-${PV}
|
|
~x11-libs/qt-xmlpatterns-${PV}
|
|
!sparc? ( !alpha? ( !ia64? ( ~x11-libs/qt-webkit-${PV} ) ) )
|
|
dbus? ( ~x11-libs/qt-dbus-${PV} )
|
|
opengl? ( ~x11-libs/qt-opengl-${PV} )
|
|
qt3support? ( ~x11-libs/qt-qt3support-${PV} )"
|