diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-01-15 05:25:44 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-01-15 05:25:44 +0000 |
commit | 47e0b3b79df912563daf99ed13ca56a19e60b661 (patch) | |
tree | badaa37c14c91ae6ad43c4d343b5334a5bc996a2 /net-analyzer/ipac-ng/ipac-ng-1.31-r2.ebuild | |
parent | New toolchain patch. New strip patch (bug #251974). Unify patches. Clean up e... (diff) | |
download | historical-47e0b3b79df912563daf99ed13ca56a19e60b661.tar.gz historical-47e0b3b79df912563daf99ed13ca56a19e60b661.tar.bz2 historical-47e0b3b79df912563daf99ed13ca56a19e60b661.zip |
Do not strip (bug #251977).
Package-Manager: portage-2.2_rc22/cvs/Linux 2.6.25-gentoo-r7-JeR i686
Diffstat (limited to 'net-analyzer/ipac-ng/ipac-ng-1.31-r2.ebuild')
-rw-r--r-- | net-analyzer/ipac-ng/ipac-ng-1.31-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/ipac-ng/ipac-ng-1.31-r2.ebuild b/net-analyzer/ipac-ng/ipac-ng-1.31-r2.ebuild index a422d7bd6fdd..ab68067792a2 100644 --- a/net-analyzer/ipac-ng/ipac-ng-1.31-r2.ebuild +++ b/net-analyzer/ipac-ng/ipac-ng-1.31-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipac-ng/ipac-ng-1.31-r2.ebuild,v 1.9 2008/05/21 18:49:18 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipac-ng/ipac-ng-1.31-r2.ebuild,v 1.10 2009/01/15 05:25:43 jer Exp $ inherit eutils @@ -40,6 +40,7 @@ src_unpack() { epatch "${WORKDIR}"/${P}-iptables-1.3.1.patch epatch "${WORKDIR}"/ipcop-${P}-fetchcounter.patch epatch "${FILESDIR}"/${P}-lable-at-the-end-of-compound.patch + epatch "${FILESDIR}"/${P}-strip.patch } src_compile() { |