diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-08-24 03:36:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-08-24 03:36:01 +0000 |
commit | 6c6ae4be181000a1b68b6950b9d7c68c3fcfea6f (patch) | |
tree | 620c1b2dc88e7256f9aac7da71b2ea63362ac676 /games-puzzle/tod/tod-0.ebuild | |
parent | ~amd64 (diff) | |
download | gentoo-2-6c6ae4be181000a1b68b6950b9d7c68c3fcfea6f.tar.gz gentoo-2-6c6ae4be181000a1b68b6950b9d7c68c3fcfea6f.tar.bz2 gentoo-2-6c6ae4be181000a1b68b6950b9d7c68c3fcfea6f.zip |
inherit eutils for epatch
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-puzzle/tod/tod-0.ebuild')
-rw-r--r-- | games-puzzle/tod/tod-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/tod/tod-0.ebuild b/games-puzzle/tod/tod-0.ebuild index ebef393b625a..dd4f458c0f90 100644 --- a/games-puzzle/tod/tod-0.ebuild +++ b/games-puzzle/tod/tod-0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tod/tod-0.ebuild,v 1.1 2005/08/19 01:16:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tod/tod-0.ebuild,v 1.2 2005/08/24 03:36:01 mr_bones_ Exp $ -inherit games +inherit eutils games DESCRIPTION="Tetanus On Drugs simulates playing a Tetris clone under the influence of hallucinogenic drugs" HOMEPAGE="http://www.pineight.com/tod/" |