diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 19:32:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-10 19:32:25 +0000 |
commit | aa53f6902660111a4904f4090257818e1c3151c9 (patch) | |
tree | 4dcabfa57b1455992a51d84d27ce6b68c2ad6d6a /net-im/linphone | |
parent | stablize on x86/ppc (diff) | |
download | historical-aa53f6902660111a4904f4090257818e1c3151c9.tar.gz historical-aa53f6902660111a4904f4090257818e1c3151c9.tar.bz2 historical-aa53f6902660111a4904f4090257818e1c3151c9.zip |
Fix use invocation
Diffstat (limited to 'net-im/linphone')
-rw-r--r-- | net-im/linphone/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/linphone/linphone-0.12.1.ebuild | 4 |
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" |