diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-06-24 01:04:51 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-06-24 01:04:51 +0000 |
commit | febaaeb2883963864aec32836126e47e7b9b899f (patch) | |
tree | f2380b9950b7da673469b9d3363971a601bac2df /net-misc | |
parent | USE flag qt->qt3/qt4 change (diff) | |
download | historical-febaaeb2883963864aec32836126e47e7b9b899f.tar.gz historical-febaaeb2883963864aec32836126e47e7b9b899f.tar.bz2 historical-febaaeb2883963864aec32836126e47e7b9b899f.zip |
USE flag qt->qt3/qt4 change #137785
Package-Manager: portage-2.1.1_pre1-r1
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/yate/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/yate/yate-0.8.7.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/net-misc/yate/ChangeLog b/net-misc/yate/ChangeLog index 1beeadcd778c..e9780cb80703 100644 --- a/net-misc/yate/ChangeLog +++ b/net-misc/yate/ChangeLog @@ -1,6 +1,9 @@ # 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.9 2005/10/29 15:55:35 stkn Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/yate/ChangeLog,v 1.10 2006/06/24 01:04:51 cardoe Exp $ + + 24 Jun 2006; Doug Goldstein <cardoe@gentoo.org> yate-0.8.7.ebuild: + USE flag qt->qt3/qt4 change *yate-0.9.0_pre2 (29 Oct 2005) diff --git a/net-misc/yate/yate-0.8.7.ebuild b/net-misc/yate/yate-0.8.7.ebuild index 4dc93df047be..5c356847ba95 100644 --- a/net-misc/yate/yate-0.8.7.ebuild +++ b/net-misc/yate/yate-0.8.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.5 2005/07/28 21:00:05 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/yate/yate-0.8.7.ebuild,v 1.6 2006/06/24 01:04:51 cardoe Exp $ -IUSE="h323 postgres zaptel fax qt gtk gsm ortp" +IUSE="h323 postgres zaptel fax qt3 gtk gsm ortp" inherit eutils @@ -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-3* ) + qt3? ( =x11-libs/qt-3* ) gtk? ( <x11-libs/gtk+-2.0.0 ) gsm? ( media-sound/gsm ) ortp? ( net-libs/ortp )" @@ -39,7 +39,7 @@ src_compile() { econf \ $(use_with postgres libpq /usr) \ $(use_with fax spandsp /usr) \ - $(use_with qt libqt "${QTDIR}") \ + $(use_with qt3 libqt "${QTDIR}") \ $(use_with gtk libgtk) \ $(use_with h323 openh323 /usr) \ $(use_with h323 pwlib /usr) \ |