--- /usr/portage/sci-electronics/iverilog/iverilog-0.8.6.ebuild 2008-05-06 20:10:03.000000000 -0600 +++ iverilog-0.8.6-r1.ebuild 2009-03-15 11:22:25.000000000 -0600 @@ -1,8 +1,8 @@ -# 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/sci-electronics/iverilog/iverilog-0.8.6.ebuild,v 1.2 2008/05/07 01:49:12 halcy0n Exp $ +# $Header: $ inherit eutils multilib S="${WORKDIR}/verilog-${PV}" @@ -24,10 +24,12 @@ epatch "${FILESDIR}"/iverilog-gcc43.patch # Fix for bug #172919 sed -i -e '/# include /d' vvp/main.cc || die "sed failed" + #Fixing some stripped files + sed -i -e '/$(STRIP) $(strip_dynamic) $(vpidir)\/system.vpi/d' vpi/Makefile.in || die "sed Makefile.in failed" } src_install() { make \ prefix="${D}"/usr \