diff options
author | 2012-05-24 17:56:56 +0000 | |
---|---|---|
committer | 2012-05-24 17:56:56 +0000 | |
commit | bf2102e8353a3ef0723400a7b62f67f5d25c1ca5 (patch) | |
tree | 40a29fdaeef5a7a6e66f4571a10adddb43764e2b /net-analyzer | |
parent | Version bump. And I just want to say upstream made a veryvery bad decision on... (diff) | |
download | gentoo-2-bf2102e8353a3ef0723400a7b62f67f5d25c1ca5.tar.gz gentoo-2-bf2102e8353a3ef0723400a7b62f67f5d25c1ca5.tar.bz2 gentoo-2-bf2102e8353a3ef0723400a7b62f67f5d25c1ca5.zip |
Drop one expression from sed for last commit. Since we are not using make install which is broken, we don't need this either.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1.ebuild b/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1.ebuild index d3ae866b4518..3a7612f22db8 100644 --- a/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1.ebuild +++ b/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1.ebuild,v 1.1 2012/05/24 17:54:56 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf-ng/iptraf-ng-1.1.3.1.ebuild,v 1.2 2012/05/24 17:56:56 ssuominen Exp $ EAPI=4 inherit toolchain-funcs @@ -22,8 +22,7 @@ DEPEND="${RDEPEND} src_prepare() { sed -i \ - -e '/man8dir/d' -e '/^CFLAGS =/s:-g -O2::' \ - -e '/^LDFLAGS =/d' -e '/^CC =/d' \ + -e '/^CFLAGS =/s:-g -O2::' -e '/^LDFLAGS =/d' -e '/^CC =/d' \ Makefile || die } |