diff options
author | 2004-06-03 22:35:20 +0000 | |
---|---|---|
committer | 2004-06-03 22:35:20 +0000 | |
commit | 5bfb73311e984dc60a757bc2a39fc9410d288034 (patch) | |
tree | e958462db10e2f3bf7abe6440034f9b9a28e308f /games-engines/scummvm | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-5bfb73311e984dc60a757bc2a39fc9410d288034.tar.gz gentoo-2-5bfb73311e984dc60a757bc2a39fc9410d288034.tar.bz2 gentoo-2-5bfb73311e984dc60a757bc2a39fc9410d288034.zip |
inherit eutils for epatch
Diffstat (limited to 'games-engines/scummvm')
-rw-r--r-- | games-engines/scummvm/scummvm-0.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-engines/scummvm/scummvm-0.6.0.ebuild b/games-engines/scummvm/scummvm-0.6.0.ebuild index 77caca691ce1..1557b67f0138 100644 --- a/games-engines/scummvm/scummvm-0.6.0.ebuild +++ b/games-engines/scummvm/scummvm-0.6.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.6.0.ebuild,v 1.6 2004/06/01 21:05:28 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.6.0.ebuild,v 1.7 2004/06/03 22:35:20 mr_bones_ Exp $ -inherit games +inherit eutils games DESCRIPTION="Reimplementation of the SCUMM game engine used in Lucasarts adventures" HOMEPAGE="http://scummvm.sourceforge.net/" |