summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-11 11:10:53 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-11 11:10:53 +0000
commit966fd53c7d303bc03b5fa07aec9141dc2cbfe70d (patch)
treebde612db790c5b2c450ea3dac9579a6720a131c3 /net-analyzer
parentarm/sh love #157154 by Shvetsov Alexey (diff)
downloadgentoo-2-966fd53c7d303bc03b5fa07aec9141dc2cbfe70d.tar.gz
gentoo-2-966fd53c7d303bc03b5fa07aec9141dc2cbfe70d.tar.bz2
gentoo-2-966fd53c7d303bc03b5fa07aec9141dc2cbfe70d.zip
arm stable #164922
(Portage version: 2.1.2-r9)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ettercap/ettercap-0.7.3-r2.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/net-analyzer/ettercap/ettercap-0.7.3-r2.ebuild b/net-analyzer/ettercap/ettercap-0.7.3-r2.ebuild
index 8c26eb79f48c..e0489d89be29 100644
--- a/net-analyzer/ettercap/ettercap-0.7.3-r2.ebuild
+++ b/net-analyzer/ettercap/ettercap-0.7.3-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.3-r2.ebuild,v 1.6 2007/02/10 13:58:23 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ettercap/ettercap-0.7.3-r2.ebuild,v 1.7 2007/02/11 11:10:53 vapier Exp $
# the actual version is "NG-0.7.0" but I suppose portage people will not be
# happy with it (as for the 0.6.b version), so let's set it to "0.7.0".
@@ -19,7 +19,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ppc sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ppc sparc x86 ~x86-fbsd"
IUSE="debug gtk ncurses ssl"
RDEPEND=">=net-libs/libnet-1.1.2.1-r1
@@ -29,14 +29,12 @@ RDEPEND=">=net-libs/libnet-1.1.2.1-r1
gtk? ( >=x11-libs/gtk+-2.2.2 )"
DEPEND=${RDEPEND}
-S="${WORKDIR}/${MY_P}"
+S=${WORKDIR}/${MY_P}
src_unpack() {
unpack ${A}
cd "${S}"
-
epatch "${FILESDIR}"/${P}-as-needed.patch
-
eautomake
}