# ChangeLog for games-simulation/openttd
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.29 2006/10/06 16:36:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.30 2006/12/03 17:22:25 pylon Exp $
+
+ 03 Dec 2006; Lars Weiler <pylon@gentoo.org> -openttd-0.4.0.1-r1.ebuild,
+ openttd-0.4.8.ebuild:
+ Fixed pre-stripping of binaries; bug #137822.
06 Oct 2006; Michael Sterrett <mr_bones_@gentoo.org>
-openttd-0.4.7.ebuild, -openttd-0.4.8_rc1.ebuild,
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.4.8.ebuild,v 1.5 2006/08/21 07:58:38 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.4.8.ebuild,v 1.6 2006/12/03 17:22:25 pylon Exp $
inherit eutils games
unpack ${SCENARIOS_A}
fi
cd ${S}
+ # Don't pre-strip binaries (bug #137822)
+ sed -i '/+= -s$/s/-s//' Makefile || die "sed failed"
}
src_compile() {