diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-14 06:45:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-14 06:45:18 +0000 |
commit | 0e115926fdb81d36bc0feeb0aa0c1ee079a2a549 (patch) | |
tree | 2945b096aeb3af5a174424d1aaaf1edcb8648034 | |
parent | Fix bug #132288 and also two other hotplug issues that I personally ran into.... (diff) | |
download | gentoo-2-0e115926fdb81d36bc0feeb0aa0c1ee079a2a549.tar.gz gentoo-2-0e115926fdb81d36bc0feeb0aa0c1ee079a2a549.tar.bz2 gentoo-2-0e115926fdb81d36bc0feeb0aa0c1ee079a2a549.zip |
old
(Portage version: 2.1.1_pre5)
-rw-r--r-- | games-arcade/excido/excido-0.1.5c-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/excido/excido-0.1.5c-r1.ebuild b/games-arcade/excido/excido-0.1.5c-r1.ebuild index 4816b1e26624..115e9bfc6727 100644 --- a/games-arcade/excido/excido-0.1.5c-r1.ebuild +++ b/games-arcade/excido/excido-0.1.5c-r1.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-arcade/excido/excido-0.1.5c-r1.ebuild,v 1.5 2006/06/15 18:13:25 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/excido/excido-0.1.5c-r1.ebuild,v 1.6 2006/08/14 06:45:18 mr_bones_ Exp $ -inherit games toolchain-funcs +inherit eutils toolchain-funcs games DESCRIPTION="A fast paced action game" HOMEPAGE="http://icculus.org/excido/" |