diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-04-09 18:44:54 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-04-09 18:44:54 +0000 |
commit | 2f97179e1d41f07c9899cda0b56196ebff1fe111 (patch) | |
tree | 8e087133bc5f9d92606b7bcc0871f56e204f2edc /x11-libs/libqxt | |
parent | Move the profile.bashrc from the main server profile to the individual archit... (diff) | |
download | gentoo-2-2f97179e1d41f07c9899cda0b56196ebff1fe111.tar.gz gentoo-2-2f97179e1d41f07c9899cda0b56196ebff1fe111.tar.bz2 gentoo-2-2f97179e1d41f07c9899cda0b56196ebff1fe111.zip |
Make dependencies compatible with split Qt:4.
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'x11-libs/libqxt')
-rw-r--r-- | x11-libs/libqxt/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libqxt/libqxt-0.2.5.ebuild | 11 |
2 files changed, 13 insertions, 5 deletions
diff --git a/x11-libs/libqxt/ChangeLog b/x11-libs/libqxt/ChangeLog index c838d67d1ed1..1f3408d26209 100644 --- a/x11-libs/libqxt/ChangeLog +++ b/x11-libs/libqxt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libqxt -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v 1.3 2007/10/18 13:52:00 caleb Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v 1.4 2008/04/09 18:44:54 ingmar Exp $ + + 09 Apr 2008; Ingmar Vanhassel <ingmar@gentoo.org> libqxt-0.2.5.ebuild: + Make dependencies compatible with split Qt:4. *libqxt-0.2.5 (18 Oct 2007) diff --git a/x11-libs/libqxt/libqxt-0.2.5.ebuild b/x11-libs/libqxt/libqxt-0.2.5.ebuild index b3a0df88b9c9..81cbc880a720 100644 --- a/x11-libs/libqxt/libqxt-0.2.5.ebuild +++ b/x11-libs/libqxt/libqxt-0.2.5.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.2.5.ebuild,v 1.1 2007/10/18 13:52:00 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.2.5.ebuild,v 1.2 2008/04/09 18:44:54 ingmar Exp $ +EAPI="1" inherit eutils qt4 DESCRIPTION="The Qt eXTension library provides cross-platform utility classes to add functionality ontop of the Qt toolkit" @@ -14,7 +15,11 @@ KEYWORDS="~x86 ~amd64" IUSE="ssl fastcgi debug" -DEPEND=">=x11-libs/qt-4.2 +DEPEND=" + || ( ( x11-libs/qt-gui:4 + x11-libs/qt-script:4 + x11-libs/qt-sql:4 ) + >=x11-libs/qt-4.2:4 ) ssl? ( >=dev-libs/openssl-0.9.8 ) fastcgi? ( >=dev-libs/fcgi-2.4 )" RDEPEND="${DEPEND}" |