diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-09-27 14:21:05 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-09-27 14:21:05 +0000 |
commit | 92f53f820d36a6dbf17aa48e5b1f38cccd8b37c5 (patch) | |
tree | 14cf9c8aac4673087b5ed5b9dcb57d25ab4c108d /games-strategy | |
parent | Version bump (still in package.mask). (diff) | |
download | gentoo-2-92f53f820d36a6dbf17aa48e5b1f38cccd8b37c5.tar.gz gentoo-2-92f53f820d36a6dbf17aa48e5b1f38cccd8b37c5.tar.bz2 gentoo-2-92f53f820d36a6dbf17aa48e5b1f38cccd8b37c5.zip |
Add inherit eutils
(Portage version: 2.1.2_pre1-r3)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/scorched3d/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/scorched3d/scorched3d-40.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/scorched3d/ChangeLog b/games-strategy/scorched3d/ChangeLog index 958d81dc7519..f2d33a038cbb 100644 --- a/games-strategy/scorched3d/ChangeLog +++ b/games-strategy/scorched3d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/scorched3d # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/ChangeLog,v 1.34 2006/08/10 04:05:14 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/ChangeLog,v 1.35 2006/09/27 14:21:05 nyhm Exp $ + + 27 Sep 2006; Tristan Heaven <nyhm@gentoo.org> scorched3d-40.ebuild: + Add inherit eutils 10 Aug 2006; Joshua Jackson <tsunam@gentoo.org> scorched3d-40.ebuild: Stable x86; bug #111421 diff --git a/games-strategy/scorched3d/scorched3d-40.ebuild b/games-strategy/scorched3d/scorched3d-40.ebuild index b19a5fda26a9..9c82e04456f2 100644 --- a/games-strategy/scorched3d/scorched3d-40.ebuild +++ b/games-strategy/scorched3d/scorched3d-40.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/scorched3d-40.ebuild,v 1.3 2006/08/10 04:05:14 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/scorched3d-40.ebuild,v 1.4 2006/09/27 14:21:05 nyhm Exp $ -inherit wxwidgets games +inherit eutils wxwidgets games DESCRIPTION="Multi-player tank battle in 3D (OpenGL)" HOMEPAGE="http://www.scorched3d.co.uk/" |