diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-04-08 10:59:57 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-04-08 10:59:57 +0000 |
commit | 19bc26e9e8a28a668892de4438b0ac57d2e97cb1 (patch) | |
tree | 0552979227566b1838774fc47a4aa68d38b4b529 /net-voip/yate | |
parent | Stable on ppc64; bug #172761 (diff) | |
download | gentoo-2-19bc26e9e8a28a668892de4438b0ac57d2e97cb1.tar.gz gentoo-2-19bc26e9e8a28a668892de4438b0ac57d2e97cb1.tar.bz2 gentoo-2-19bc26e9e8a28a668892de4438b0ac57d2e97cb1.zip |
Dont append /usr for gtk thanks to Ivan <bdfy@mail.ru> in bug 173755
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-voip/yate')
-rw-r--r-- | net-voip/yate/ChangeLog | 7 | ||||
-rw-r--r-- | net-voip/yate/yate-1.1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-voip/yate/ChangeLog b/net-voip/yate/ChangeLog index d042d9d6f384..b4c5b725b360 100644 --- a/net-voip/yate/ChangeLog +++ b/net-voip/yate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-voip/yate -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.1 2006/10/18 19:57:28 genstef Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/ChangeLog,v 1.2 2007/04/08 10:59:57 genstef Exp $ + + 08 Apr 2007; Stefan Schweizer <genstef@gentoo.org> yate-1.1.0.ebuild: + Dont append /usr for gtk thanks to Ivan <bdfy@mail.ru> in bug 173755 *yate-1.1.0 (18 Oct 2006) diff --git a/net-voip/yate/yate-1.1.0.ebuild b/net-voip/yate/yate-1.1.0.ebuild index a658d22c0057..26bd097aebcc 100644 --- a/net-voip/yate/yate-1.1.0.ebuild +++ b/net-voip/yate/yate-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-1.1.0.ebuild,v 1.1 2006/10/18 19:57:28 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/yate/yate-1.1.0.ebuild,v 1.2 2007/04/08 10:59:57 genstef Exp $ IUSE="doc gsm gtk h323 ilbc postgres zaptel" @@ -35,7 +35,7 @@ src_unpack() { src_compile() { econf \ - $(use_with gtk libgtk2 /usr) \ + $(use_with gtk libgtk2) \ $(use_with h323 openh323 /usr) \ $(use_with h323 pwlib /usr) \ $(use_with zaptel libpri) \ |