diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-28 21:00:52 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-28 21:00:52 +0000 |
commit | 0992fa0260d130a90777380233aa40e54564a38f (patch) | |
tree | 3055209793e198b9c793a4cbe532bdd1971f5bce /net-misc/yate/yate-0.8.7.ebuild | |
parent | Version bump, bug #51789 (diff) | |
download | gentoo-2-0992fa0260d130a90777380233aa40e54564a38f.tar.gz gentoo-2-0992fa0260d130a90777380233aa40e54564a38f.tar.bz2 gentoo-2-0992fa0260d130a90777380233aa40e54564a38f.zip |
fix qt dep per bug #100235
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/yate/yate-0.8.7.ebuild')
-rw-r--r-- | net-misc/yate/yate-0.8.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/yate/yate-0.8.7.ebuild b/net-misc/yate/yate-0.8.7.ebuild index 996dc9ba46c2..4dc93df047be 100644 --- a/net-misc/yate/yate-0.8.7.ebuild +++ b/net-misc/yate/yate-0.8.7.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/net-misc/yate/yate-0.8.7.ebuild,v 1.4 2005/07/28 20:54:31 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/yate/yate-0.8.7.ebuild,v 1.5 2005/07/28 21:00:05 caleb Exp $ IUSE="h323 postgres zaptel fax qt gtk gsm ortp" @@ -22,7 +22,7 @@ DEPEND="media-sound/sox >=net-misc/zaptel-1.0.0 ) h323? ( >=net-libs/openh323-1.13.0 ) fax? ( media-libs/spandsp ) - qt? ( x11-libs/qt ) + qt? ( =x11-libs/qt-3* ) gtk? ( <x11-libs/gtk+-2.0.0 ) gsm? ( media-sound/gsm ) ortp? ( net-libs/ortp )" |