--- /usr/portage/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild 2006-06-01 21:39:10.000000000 +0100 +++ ngstar-2.1.8-r2.ebuild 2006-06-23 13:30:32.000000000 +0100 @@ -23,7 +23,8 @@ -e "s:@GENTOO_DATA@:${GAMES_DATADIR}:" \ -e "s:@GENTOO_BIN@:${GAMES_BINDIR}:" \ -e "/^CPPFLAGS/s:+=:+= ${CXXFLAGS}:" \ - configure + configure || die "sed configure failed" + sed -i '/strip/d' src/Makefile || die "sed makefile failed" } src_compile() {