diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 21:53:06 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 21:53:06 +0000 |
commit | 9aa81f2677f07eb4653c37e5414c5bb258d59125 (patch) | |
tree | e565d7ec3cd40d5d60c36343b1c7022689840449 /games-simulation/stoned-bin | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-9aa81f2677f07eb4653c37e5414c5bb258d59125.tar.gz gentoo-2-9aa81f2677f07eb4653c37e5414c5bb258d59125.tar.bz2 gentoo-2-9aa81f2677f07eb4653c37e5414c5bb258d59125.zip |
Changed nostrip to strip.
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'games-simulation/stoned-bin')
-rw-r--r-- | games-simulation/stoned-bin/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-simulation/stoned-bin/ChangeLog b/games-simulation/stoned-bin/ChangeLog index 08a91860df68..51db850a5f02 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/ChangeLog,v 1.8 2006/03/31 21:52:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/ChangeLog,v 1.9 2006/03/31 21:53:06 wolf31o2 Exp $ + + 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> + stoned-bin-1.1.6.ebuild: + Changed nostrip to strip. 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> -stoned-bin-1.0.4.ebuild: 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 546799660e90..2184772b4e6e 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 +# Copyright 1999-2006 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.3 2005/02/25 22:46:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild,v 1.4 2006/03/31 21:53:06 wolf31o2 Exp $ inherit games @@ -12,7 +12,7 @@ LICENSE="as-is" SLOT="0" KEYWORDS="-* x86" IUSE="" -RESTRICT="nostrip" +RESTRICT="strip" RDEPEND="virtual/opengl virtual/glut |