diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-28 15:58:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-04-28 15:58:19 +0000 |
commit | 1c5a6178e590d2357cd62f0477a667f14c4ddd59 (patch) | |
tree | 9121b715b6c4a458ab4733f814456488d93b4c75 /net-analyzer | |
parent | Remove Wulf C. Krueger (philantrop) from metadata.xml (as per #168573). (diff) | |
download | gentoo-2-1c5a6178e590d2357cd62f0477a667f14c4ddd59.tar.gz gentoo-2-1c5a6178e590d2357cd62f0477a667f14c4ddd59.tar.bz2 gentoo-2-1c5a6178e590d2357cd62f0477a667f14c4ddd59.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nagios-core/nagios-core-3.0.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-analyzer/nagios-core/nagios-core-3.0.1.ebuild b/net-analyzer/nagios-core/nagios-core-3.0.1.ebuild index 5783cdd4320c..85a3a7fa68cc 100644 --- a/net-analyzer/nagios-core/nagios-core-3.0.1.ebuild +++ b/net-analyzer/nagios-core/nagios-core-3.0.1.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/net-analyzer/nagios-core/nagios-core-3.0.1.ebuild,v 1.1 2008/04/27 18:41:24 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.0.1.ebuild,v 1.2 2008/04/28 15:58:19 mr_bones_ Exp $ EAPI="1" @@ -90,7 +90,6 @@ src_compile() { --libexecdir=/usr/$(get_libdir)/nagios/plugins \ || die "./configure failed" - emake CC=$(tc-getCC) nagios || die "make failed" if use web ; then |