From aa53f6902660111a4904f4090257818e1c3151c9 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Thu, 10 Jun 2004 19:32:25 +0000 Subject: Fix use invocation --- net-im/linphone/ChangeLog | 5 ++++- net-im/linphone/linphone-0.12.1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'net-im/linphone') diff --git a/net-im/linphone/ChangeLog b/net-im/linphone/ChangeLog index 62e9c4c9c31b..0fc9ffe58df8 100644 --- a/net-im/linphone/ChangeLog +++ b/net-im/linphone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/linphone # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/ChangeLog,v 1.14 2004/04/27 22:00:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/ChangeLog,v 1.15 2004/06/10 19:26:47 agriffis Exp $ + + 10 Jun 2004; Aron Griffis linphone-0.12.1.ebuild: + Fix use invocation 27 Apr 2004; Aron Griffis linphone-0.12.1.ebuild: Add inherit eutils diff --git a/net-im/linphone/linphone-0.12.1.ebuild b/net-im/linphone/linphone-0.12.1.ebuild index f75d1a0b4336..5e2b87feb9c8 100644 --- a/net-im/linphone/linphone-0.12.1.ebuild +++ b/net-im/linphone/linphone-0.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.12.1.ebuild,v 1.5 2004/04/27 22:00:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.12.1.ebuild,v 1.6 2004/06/10 19:26:47 agriffis Exp $ inherit eutils @@ -40,7 +40,7 @@ src_compile() { local myconf - if [ `use gnome` ] + if use gnome then einfo "Building with Gnome gui" myconf="${myconf} --enable-gnome_ui=yes" -- cgit v1.2.3-65-gdbad