diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-02-23 12:35:06 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-02-23 12:35:06 +0000 |
commit | b91ba48b5da9fa787d738ea97e500c243606fe3b (patch) | |
tree | 10c05484720521f05e6b3f775b351ead3e6ac217 /games-simulation | |
parent | Updated eclass. (diff) | |
download | gentoo-2-b91ba48b5da9fa787d738ea97e500c243606fe3b.tar.gz gentoo-2-b91ba48b5da9fa787d738ea97e500c243606fe3b.tar.bz2 gentoo-2-b91ba48b5da9fa787d738ea97e500c243606fe3b.zip |
Fixed S and closing bug #83043.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/stoned-bin/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-simulation/stoned-bin/ChangeLog b/games-simulation/stoned-bin/ChangeLog index 007dfb009592..3b6fe746ce6d 100644 --- a/games-simulation/stoned-bin/ChangeLog +++ b/games-simulation/stoned-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/stoned-bin # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/ChangeLog,v 1.5 2005/02/22 19:45:37 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/ChangeLog,v 1.6 2005/02/23 12:35:06 wolf31o2 Exp $ + + 23 Feb 2005; Chris Gianelloni <wolf31o2@gentoo.org> + stoned-bin-1.1.6.ebuild: + Fixed S and closing bug #83043. *stoned-bin-1.1.6 (11 Feb 2005) diff --git a/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild b/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild index 6dd84a83dccd..10652d292546 100644 --- a/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild +++ b/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild,v 1.1 2005/02/22 19:45:37 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild,v 1.2 2005/02/23 12:35:06 wolf31o2 Exp $ inherit games @@ -21,7 +21,7 @@ RDEPEND="virtual/opengl sys-libs/zlib media-libs/libpng" -S="${WORKDIR}/${P/-bin}" +S=${WORKDIR}/${P/-bin}-386-linux src_install() { into "${GAMES_PREFIX_OPT}" |