diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-12-03 17:22:25 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-12-03 17:22:25 +0000 |
commit | 0107b091703d22624e52f554deaffb46969ba13a (patch) | |
tree | ea238cbeab146748f25181f8c7a0876884cecfae /games-simulation/openttd | |
parent | Fix eselect-timidity dependency. (diff) | |
download | historical-0107b091703d22624e52f554deaffb46969ba13a.tar.gz historical-0107b091703d22624e52f554deaffb46969ba13a.tar.bz2 historical-0107b091703d22624e52f554deaffb46969ba13a.zip |
Fixed pre-stripping of binaries; bug #137822.
Package-Manager: portage-2.1.2_rc2-r4
Diffstat (limited to 'games-simulation/openttd')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-0.4.8.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index a5aa95fadbd5..f1dada567232 100644 --- a/games-simulation/openttd/ChangeLog +++ b/games-simulation/openttd/ChangeLog @@ -1,6 +1,10 @@ # 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, diff --git a/games-simulation/openttd/openttd-0.4.8.ebuild b/games-simulation/openttd/openttd-0.4.8.ebuild index aa82c3dbd7c2..324b28bfead7 100644 --- a/games-simulation/openttd/openttd-0.4.8.ebuild +++ b/games-simulation/openttd/openttd-0.4.8.ebuild @@ -1,6 +1,6 @@ # 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 @@ -35,6 +35,8 @@ src_unpack() { unpack ${SCENARIOS_A} fi cd ${S} + # Don't pre-strip binaries (bug #137822) + sed -i '/+= -s$/s/-s//' Makefile || die "sed failed" } src_compile() { |