summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2009-09-26 22:05:25 +0000
committerMichael Januszewski <spock@gentoo.org>2009-09-26 22:05:25 +0000
commit6f823ad2788277e63ac98f927e40ee77c85051cd (patch)
tree668fc38af57d0a3aae8ca17c6a1cce2a78a5e8da /net-analyzer/nmap
parentRemove old ebuilds. (diff)
downloadgentoo-2-6f823ad2788277e63ac98f927e40ee77c85051cd.tar.gz
gentoo-2-6f823ad2788277e63ac98f927e40ee77c85051cd.tar.bz2
gentoo-2-6f823ad2788277e63ac98f927e40ee77c85051cd.zip
Don't use || die affter econf.
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/nmap')
-rw-r--r--net-analyzer/nmap/nmap-5.00-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nmap/nmap-5.00-r2.ebuild b/net-analyzer/nmap/nmap-5.00-r2.ebuild
index 2161a9e5fb9d..6ce683f2546a 100644
--- a/net-analyzer/nmap/nmap-5.00-r2.ebuild
+++ b/net-analyzer/nmap/nmap-5.00-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.00-r2.ebuild,v 1.1 2009/09/26 22:01:06 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.00-r2.ebuild,v 1.2 2009/09/26 22:05:25 spock Exp $
EAPI="2"
@@ -41,7 +41,7 @@ src_configure() {
econf --with-libdnet=included \
$(use_with gtk zenmap) \
$(use_with lua liblua) \
- $(use_with ssl openssl) || die
+ $(use_with ssl openssl)
}
src_install() {