diff options
author | Timo Gurr <tgurr@gentoo.org> | 2008-10-15 23:13:36 +0000 |
---|---|---|
committer | Timo Gurr <tgurr@gentoo.org> | 2008-10-15 23:13:36 +0000 |
commit | 68302c96cc23014c427cbb2590ba66883934e8aa (patch) | |
tree | 996f26189f4c8e0661144acc4d32174cafb4e74f /app-text/poppler-bindings/poppler-bindings-0.8.7.ebuild | |
parent | Added patch to fix issues due to changed API in >=hdf5-1.6.7 (fixes bug #2421... (diff) | |
download | historical-68302c96cc23014c427cbb2590ba66883934e8aa.tar.gz historical-68302c96cc23014c427cbb2590ba66883934e8aa.tar.bz2 historical-68302c96cc23014c427cbb2590ba66883934e8aa.zip |
Fix qt dependencies, resolving bug #234628.
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 x86_64
Diffstat (limited to 'app-text/poppler-bindings/poppler-bindings-0.8.7.ebuild')
-rw-r--r-- | app-text/poppler-bindings/poppler-bindings-0.8.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/poppler-bindings/poppler-bindings-0.8.7.ebuild b/app-text/poppler-bindings/poppler-bindings-0.8.7.ebuild index fd1ec7ae05bc..2509fcdd8cb3 100644 --- a/app-text/poppler-bindings/poppler-bindings-0.8.7.ebuild +++ b/app-text/poppler-bindings/poppler-bindings-0.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.8.7.ebuild,v 1.10 2008/10/14 21:25:24 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.8.7.ebuild,v 1.11 2008/10/15 23:13:36 tgurr Exp $ EAPI="1" @@ -31,11 +31,11 @@ RDEPEND="~app-text/poppler-${PV} >=x11-libs/gtk+-2.8 >=gnome-base/libglade-2 ) - qt3? ( =x11-libs/qt-3* ) + qt3? ( >=x11-libs/qt-3.3:3 ) qt4? ( || ( ( x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-test:4 ) - =x11-libs/qt-4.3*:4 ) )" + >=x11-libs/qt-4.3:4 ) )" DEPEND="${RDEPEND} dev-util/pkgconfig" |