diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-12-06 15:12:18 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-12-06 15:12:18 +0000 |
commit | d069a4d5e6b8256fafb20f53efee3d20e64a7d36 (patch) | |
tree | a4978ada7dfeb50911e5f68d1a621effd25743bd /games-fps | |
parent | inherit eutils (diff) | |
download | gentoo-2-d069a4d5e6b8256fafb20f53efee3d20e64a7d36.tar.gz gentoo-2-d069a4d5e6b8256fafb20f53efee3d20e64a7d36.tar.bz2 gentoo-2-d069a4d5e6b8256fafb20f53efee3d20e64a7d36.zip |
inherit eutils
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.7 i686)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild b/games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild index 2fc1fccb74d0..af5debe7e6b2 100644 --- a/games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild +++ b/games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild,v 1.2 2007/08/27 08:59:05 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-da2/ut2004-da2-1.6_beta.ebuild,v 1.3 2008/12/06 15:12:18 nyhm Exp $ MOD_NAME="Defence Alliance 2" MOD_DIR="DA2" @@ -8,7 +8,7 @@ MOD_DESC="assault mod with improved bot AI" MOD_BINS="da2" MOD_ICON="defencealliance2.xpm" -inherit games games-mods +inherit eutils games games-mods MY_PV=${PV/_beta/beta} |