diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:59:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:59:01 +0000 |
commit | 68e059f0b1e5618c4126f2db2fdd372ba9fd330c (patch) | |
tree | c55359fb6cb55df3e8af62563958de645c856231 /net-im/gnophone | |
parent | create a /etc/X11/Sessions/openbox3 file (diff) | |
download | historical-68e059f0b1e5618c4126f2db2fdd372ba9fd330c.tar.gz historical-68e059f0b1e5618c4126f2db2fdd372ba9fd330c.tar.bz2 historical-68e059f0b1e5618c4126f2db2fdd372ba9fd330c.zip |
whitespace cleanup
Diffstat (limited to 'net-im/gnophone')
-rw-r--r-- | net-im/gnophone/Manifest | 2 | ||||
-rw-r--r-- | net-im/gnophone/gnophone-0.2.4.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-im/gnophone/Manifest b/net-im/gnophone/Manifest index 0a7a415dd693..7e134c0daca7 100644 --- a/net-im/gnophone/Manifest +++ b/net-im/gnophone/Manifest @@ -1,3 +1,3 @@ MD5 7ccc41f9d92d1c162d92033671c451f5 ChangeLog 522 -MD5 b6af37cfca5a2fbecb2f1b4a60612ff8 gnophone-0.2.4.ebuild 1476 +MD5 df618f77b50c1901925980c5477b9175 gnophone-0.2.4.ebuild 1461 MD5 caf70915f318d848269f9905180332bb files/digest-gnophone-0.2.4 66 diff --git a/net-im/gnophone/gnophone-0.2.4.ebuild b/net-im/gnophone/gnophone-0.2.4.ebuild index 6d7bf33487b9..30f374e32b92 100644 --- a/net-im/gnophone/gnophone-0.2.4.ebuild +++ b/net-im/gnophone/gnophone-0.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnophone/gnophone-0.2.4.ebuild,v 1.3 2003/04/16 17:52:58 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnophone/gnophone-0.2.4.ebuild,v 1.4 2003/09/05 23:58:58 msterret Exp $ IUSE="" @@ -42,9 +42,9 @@ src_compile() { local myconf use mozilla \ - && myconf="${myconf} - --with-mozilla-home=/usr/lib/mozilla - --with-mozilla-lib=/usr/lib/mozilla + && myconf="${myconf} + --with-mozilla-home=/usr/lib/mozilla + --with-mozilla-lib=/usr/lib/mozilla --with-mozilla-include=/usr/lib/mozilla/include" \ || myconf="${myconf} --disable-mozilla" use esd \ |