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 | |
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')
-rw-r--r-- | net-misc/yate/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/yate/yate-0.8.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/yate/ChangeLog b/net-misc/yate/ChangeLog index 920f5ca36d6c..476e11d9bfc0 100644 --- a/net-misc/yate/ChangeLog +++ b/net-misc/yate/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for net-misc/yate # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/yate/ChangeLog,v 1.5 2005/07/28 20:54:31 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/yate/ChangeLog,v 1.6 2005/07/28 21:00:05 caleb Exp $ 28 Jul 2005; <stkn@gentoo.org> +files/yate-0.8.7-gcc34.patch, yate-0.8.7.ebuild: Patch from yate cvs fixes compiling with >=gcc-3.4. + 28 Jul 2005; Caleb Tennis <caleb@gentoo.org> yate-0.8.7.ebuild: + fix qt dep per bug #100235 + 22 Mar 2005; Stefan Knoblich <stkn@gentoo.org> +files/yate.confd, +files/yate.rc6: Added two missing files (duh). 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 )" |