diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-06-03 22:25:27 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-06-03 22:25:27 +0000 |
commit | e1484265842c6f600f2ff7c0fc523367cac3f506 (patch) | |
tree | cfa60dfccaa97b6297850cfc997fc32fae2c720b /mail-client/mozilla-thunderbird | |
parent | Drop docbook-to-man from DEPEND (diff) | |
download | gentoo-2-e1484265842c6f600f2ff7c0fc523367cac3f506.tar.gz gentoo-2-e1484265842c6f600f2ff7c0fc523367cac3f506.tar.bz2 gentoo-2-e1484265842c6f600f2ff7c0fc523367cac3f506.zip |
Typo
(Portage version: 2.1.4.4)
Diffstat (limited to 'mail-client/mozilla-thunderbird')
-rw-r--r-- | mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.14.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.14.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.14.ebuild index 6d6a9a5d329d..e759c77f1d72 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.14.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.14.ebuild,v 1.6 2008/06/03 15:57:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0.0.14.ebuild,v 1.7 2008/06/03 22:25:27 armin76 Exp $ WANT_AUTOCONF="2.1" @@ -181,7 +181,6 @@ src_compile() { CPPFLAGS="${CPPFLAGS}" \ CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \ econf || die - die # This removes extraneous CFLAGS from the Makefiles to reduce RAM # requirements while compiling |