summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-02-03 16:35:37 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-02-03 16:35:37 +0000
commit9f127e81589ae62d218eff922081b0a860f32209 (patch)
treed36c49cb53ce2514d2ee12202eba82c6353ac6f5 /net-analyzer/arpoison/arpoison-0.6.ebuild
parentadded ~ppc64 to KEYWORDS (diff)
downloadgentoo-2-9f127e81589ae62d218eff922081b0a860f32209.tar.gz
gentoo-2-9f127e81589ae62d218eff922081b0a860f32209.tar.bz2
gentoo-2-9f127e81589ae62d218eff922081b0a860f32209.zip
Update src_unpack now that upstream fixed their tarball.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-analyzer/arpoison/arpoison-0.6.ebuild')
-rw-r--r--net-analyzer/arpoison/arpoison-0.6.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-analyzer/arpoison/arpoison-0.6.ebuild b/net-analyzer/arpoison/arpoison-0.6.ebuild
index 5457828aebc6..375d043afc13 100644
--- a/net-analyzer/arpoison/arpoison-0.6.ebuild
+++ b/net-analyzer/arpoison/arpoison-0.6.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/net-analyzer/arpoison/arpoison-0.6.ebuild,v 1.1 2005/01/31 10:35:13 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild,v 1.2 2005/02/03 16:35:37 ka0ttic Exp $
inherit toolchain-funcs
@@ -20,8 +20,7 @@ RDEPEND="virtual/libc
S="${WORKDIR}/${PN}"
src_unpack() {
- # upstream names the tarball .tar.gz, but its not a gzip archive...
- tar xf ${DISTDIR}/${P}.tar.gz
+ unpack ${A}
cd ${S}
sed -i \
-e "s|\(-Wall\)|\1 ${CFLAGS}|" \