diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2010-03-04 00:54:33 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2010-03-04 00:54:33 +0000 |
commit | 5808d7c02f28e3ca8f61e2ce49a03e155fb013f1 (patch) | |
tree | 0631678953e0896ce6a664a47b65f23e3a74262d | |
parent | inherit eutils (diff) | |
download | gentoo-2-5808d7c02f28e3ca8f61e2ce49a03e155fb013f1.tar.gz gentoo-2-5808d7c02f28e3ca8f61e2ce49a03e155fb013f1.tar.bz2 gentoo-2-5808d7c02f28e3ca8f61e2ce49a03e155fb013f1.zip |
inherit eutils
(Portage version: 2.2_rc64/cvs/Linux x86_64)
-rw-r--r-- | games-simulation/senken/senken-0.3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-simulation/senken/senken-0.3.0.ebuild b/games-simulation/senken/senken-0.3.0.ebuild index d8b3d3b454ff..c6ae16b3a975 100644 --- a/games-simulation/senken/senken-0.3.0.ebuild +++ b/games-simulation/senken/senken-0.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/senken/senken-0.3.0.ebuild,v 1.8 2009/02/11 13:05:34 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/senken/senken-0.3.0.ebuild,v 1.9 2010/03/04 00:54:33 nyhm Exp $ EAPI=2 -inherit games +inherit eutils games DESCRIPTION="city simulation game" HOMEPAGE="http://www.contrib.andrew.cmu.edu/~tmartin/senken/" |