diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-25 22:46:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-25 22:46:58 +0000 |
commit | 1e36e35f6d38d4df3bd5ae1bb58001d4becc82c5 (patch) | |
tree | 7277f284a86137872527c5914f5f7120653716fb /games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild | |
parent | version bump; fix #66177; fix CFLAGS; change herd (diff) | |
download | gentoo-2-1e36e35f6d38d4df3bd5ae1bb58001d4becc82c5.tar.gz gentoo-2-1e36e35f6d38d4df3bd5ae1bb58001d4becc82c5.tar.bz2 gentoo-2-1e36e35f6d38d4df3bd5ae1bb58001d4becc82c5.zip |
fix typo (bug #83314)
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild')
-rw-r--r-- | games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 10652d292546..546799660e90 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.2 2005/02/23 12:35:06 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild,v 1.3 2005/02/25 22:46:58 mr_bones_ Exp $ inherit games @@ -21,7 +21,7 @@ RDEPEND="virtual/opengl sys-libs/zlib media-libs/libpng" -S=${WORKDIR}/${P/-bin}-386-linux +S=${WORKDIR}/${P/-bin}-i386-linux src_install() { into "${GAMES_PREFIX_OPT}" |