diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 06:15:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-02-05 06:15:23 +0000 |
commit | 08cd35db4281bf9ede26a7c2eec01850e07d907e (patch) | |
tree | c0fc0f470a03078c7fd67bb611b9a4047d44632d /games-fps/unreal/unreal-226.ebuild | |
parent | install daemons to /usr/libexec/postfix for version 2.10 as well (diff) | |
download | historical-08cd35db4281bf9ede26a7c2eec01850e07d907e.tar.gz historical-08cd35db4281bf9ede26a7c2eec01850e07d907e.tar.bz2 historical-08cd35db4281bf9ede26a7c2eec01850e07d907e.zip |
Move to new unpacker eclass for unpack_makeself.
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'games-fps/unreal/unreal-226.ebuild')
-rw-r--r-- | games-fps/unreal/unreal-226.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/unreal/unreal-226.ebuild b/games-fps/unreal/unreal-226.ebuild index b3553a58f7f9..d72bb878f5b4 100644 --- a/games-fps/unreal/unreal-226.ebuild +++ b/games-fps/unreal/unreal-226.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/unreal-226.ebuild,v 1.17 2012/01/16 19:28:12 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/unreal-226.ebuild,v 1.18 2012/02/05 06:11:56 vapier Exp $ -inherit eutils cdrom games +inherit eutils unpacker cdrom games DESCRIPTION="Futuristic FPS (a hack that runs on top of Unreal Tournament)" HOMEPAGE="http://www.unreal.com/ http://icculus.org/~chunky/ut/unreal/" |