summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-10 19:27:07 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-10 19:27:07 +0000
commit7ebb7aa1abf39f5177baf973847bee0d51654294 (patch)
tree21f4c9f002d1faee60b5c0a677b568d4fcc3fa40 /net-im/linphone
parentFix use invocation (Manifest recommit) (diff)
downloadgentoo-2-7ebb7aa1abf39f5177baf973847bee0d51654294.tar.gz
gentoo-2-7ebb7aa1abf39f5177baf973847bee0d51654294.tar.bz2
gentoo-2-7ebb7aa1abf39f5177baf973847bee0d51654294.zip
Fix use invocation
Diffstat (limited to 'net-im/linphone')
-rw-r--r--net-im/linphone/ChangeLog5
-rw-r--r--net-im/linphone/linphone-0.12.1.ebuild4
2 files changed, 6 insertions, 3 deletions
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 <agriffis@gentoo.org> linphone-0.12.1.ebuild:
+ Fix use invocation
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> 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"