diff options
author | Stefan Knoblich <stkn@gentoo.org> | 2005-09-23 00:04:39 +0000 |
---|---|---|
committer | Stefan Knoblich <stkn@gentoo.org> | 2005-09-23 00:04:39 +0000 |
commit | 2d043228f6d68a550ea0578f8eefeade077f4363 (patch) | |
tree | 95ff478fa0dad6f15971aa74e3f65aa93473f2a0 /net-misc/yate | |
parent | fix whitespace (diff) | |
download | gentoo-2-2d043228f6d68a550ea0578f8eefeade077f4363.tar.gz gentoo-2-2d043228f6d68a550ea0578f8eefeade077f4363.tar.bz2 gentoo-2-2d043228f6d68a550ea0578f8eefeade077f4363.zip |
gtk2 -> gtk use-flag change for bug #106560 and small cleanup.
(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.9.0_pre1.ebuild | 16 |
2 files changed, 8 insertions, 13 deletions
diff --git a/net-misc/yate/ChangeLog b/net-misc/yate/ChangeLog index b7debfb2abec..31b7818c0283 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.7 2005/09/09 02:12:45 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/yate/ChangeLog,v 1.8 2005/09/23 00:04:39 stkn Exp $ + + 23 Sep 2005; Stefan Knoblich <stkn@gentoo.org> yate-0.9.0_pre1.ebuild: + gtk2 -> gtk use-flag change for bug #106560 and small cleanup. *yate-0.9.0_pre1 (09 Sep 2005) diff --git a/net-misc/yate/yate-0.9.0_pre1.ebuild b/net-misc/yate/yate-0.9.0_pre1.ebuild index ecba28ec7823..f83e5ab19077 100644 --- a/net-misc/yate/yate-0.9.0_pre1.ebuild +++ b/net-misc/yate/yate-0.9.0_pre1.ebuild @@ -1,8 +1,8 @@ # 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.9.0_pre1.ebuild,v 1.1 2005/09/09 02:12:45 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/yate/yate-0.9.0_pre1.ebuild,v 1.2 2005/09/23 00:04:39 stkn Exp $ -IUSE="gsm gtk2 h323 ilbc zaptel" +IUSE="gsm gtk h323 ilbc zaptel" inherit eutils @@ -20,20 +20,12 @@ DEPEND="media-sound/sox zaptel? ( >=net-libs/libpri-1.0.0 >=net-misc/zaptel-1.0.0 ) h323? ( >=net-libs/openh323-1.15.3 ) - gtk2? ( >=x11-libs/gtk+-2.6.8 ) + gtk? ( >=x11-libs/gtk+-2.6.8 ) gsm? ( media-sound/gsm )" -#src_unpack() { -# unpack ${A} -# -# cd ${S} -# # patch for gcc3.4 -# epatch ${FILESDIR}/${P}-gcc34.patch -#} - src_compile() { econf \ - $(use_with gtk2 libgtk2 /usr) \ + $(use_with gtk libgtk2 /usr) \ $(use_with h323 openh323 /usr) \ $(use_with h323 pwlib /usr) \ $(use_with zaptel libpri) \ |