diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 22:11:53 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 22:11:53 +0000 |
commit | 879ab097749c03f84a231ff07ce746bd3187434d (patch) | |
tree | 62da5620017b0608a50040a1693fa6d8ae4fcf70 /games-strategy/mindrover-demo | |
parent | Changed nostrip to strip. (diff) | |
download | gentoo-2-879ab097749c03f84a231ff07ce746bd3187434d.tar.gz gentoo-2-879ab097749c03f84a231ff07ce746bd3187434d.tar.bz2 gentoo-2-879ab097749c03f84a231ff07ce746bd3187434d.zip |
Changed nostrip to strip.
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'games-strategy/mindrover-demo')
-rw-r--r-- | games-strategy/mindrover-demo/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-strategy/mindrover-demo/ChangeLog b/games-strategy/mindrover-demo/ChangeLog index e33cef953274..0388b18876f7 100644 --- a/games-strategy/mindrover-demo/ChangeLog +++ b/games-strategy/mindrover-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/mindrover-demo -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/ChangeLog,v 1.2 2005/10/21 18:16:45 wolf31o2 Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/ChangeLog,v 1.3 2006/03/31 22:11:53 wolf31o2 Exp $ + + 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> + mindrover-demo-1.07b.ebuild: + Changed nostrip to strip. 21 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> mindrover-demo-1.07b.ebuild: diff --git a/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild b/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild index 7fb7d3a28d97..2d83f18032e6 100644 --- a/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild +++ b/games-strategy/mindrover-demo/mindrover-demo-1.07b.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-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild,v 1.2 2005/10/21 18:16:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild,v 1.3 2006/03/31 22:11:53 wolf31o2 Exp $ inherit eutils games @@ -12,7 +12,7 @@ SRC_URI=" http://demos.linuxgamepublishing.com/mindrover/${MY_P}" LICENSE="as-is" SLOT="0" KEYWORDS="x86" -RESTRICT="nostrip" +RESTRICT="strip" IUSE="" |