diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-11 23:33:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-11 23:33:13 +0000 |
commit | 9476f55a74b315172f1f0347e1e1d56f096e7064 (patch) | |
tree | 4020018ef97d394cc297d9da24e26a22b0f467df /mail-client/muttng | |
parent | Don't enable sasl unless pop or imap is in USE, same as gnutls or ssl in (diff) | |
download | gentoo-2-9476f55a74b315172f1f0347e1e1d56f096e7064.tar.gz gentoo-2-9476f55a74b315172f1f0347e1e1d56f096e7064.tar.bz2 gentoo-2-9476f55a74b315172f1f0347e1e1d56f096e7064.zip |
remove debugging code
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'mail-client/muttng')
-rw-r--r-- | mail-client/muttng/muttng-20050809-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/muttng/muttng-20050809-r1.ebuild b/mail-client/muttng/muttng-20050809-r1.ebuild index 906526226d77..11719bb627ad 100644 --- a/mail-client/muttng/muttng-20050809-r1.ebuild +++ b/mail-client/muttng/muttng-20050809-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/muttng/muttng-20050809-r1.ebuild,v 1.2 2005/08/11 23:32:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/muttng/muttng-20050809-r1.ebuild,v 1.3 2005/08/11 23:33:13 agriffis Exp $ inherit eutils flag-o-matic @@ -129,7 +129,7 @@ src_compile() { fi econf ${myconf} - emake || die "emake failed (myconf=${myconf})" + emake || die "emake failed" } src_install() { |