diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-21 15:32:08 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-21 15:32:08 +0000 |
commit | 8de1854d47112eabfb1fb6cf50f5d8d14f0ecc08 (patch) | |
tree | 652cb835f6e633a3ef93498dafaac82689433c36 /app-text/djvu/djvu-3.5.12.ebuild | |
parent | Recent mozilla-thunderbird ebuilds were inadvertently based on my (diff) | |
download | gentoo-2-8de1854d47112eabfb1fb6cf50f5d8d14f0ecc08.tar.gz gentoo-2-8de1854d47112eabfb1fb6cf50f5d8d14f0ecc08.tar.bz2 gentoo-2-8de1854d47112eabfb1fb6cf50f5d8d14f0ecc08.zip |
Change Qt deps per bug #98180
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-text/djvu/djvu-3.5.12.ebuild')
-rw-r--r-- | app-text/djvu/djvu-3.5.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/djvu/djvu-3.5.12.ebuild b/app-text/djvu/djvu-3.5.12.ebuild index 14015ad146a7..25be4ecd5d05 100644 --- a/app-text/djvu/djvu-3.5.12.ebuild +++ b/app-text/djvu/djvu-3.5.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.12.ebuild,v 1.9 2005/01/01 16:08:56 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.12.ebuild,v 1.10 2005/07/21 15:32:08 caleb Exp $ inherit nsplugins flag-o-matic @@ -16,7 +16,7 @@ KEYWORDS="x86 sparc ~amd64" IUSE="xml qt" DEPEND=">=media-libs/jpeg-6b-r2 - qt? ( >=x11-libs/qt-2.3 )" + qt? ( <x11-libs/qt-4 )" S=${WORKDIR}/${MY_P} |