diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-13 21:15:50 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-13 21:15:50 +0000 |
commit | 4301550d3c18e54c55d6904bcde1fd28717fa5fc (patch) | |
tree | 81ce87c5c65b785909ab0a55970ad4cdf6276520 /eclass/games-mods.eclass | |
parent | - version bump. clean up old ebuilds (diff) | |
download | gentoo-2-4301550d3c18e54c55d6904bcde1fd28717fa5fc.tar.gz gentoo-2-4301550d3c18e54c55d6904bcde1fd28717fa5fc.tar.bz2 gentoo-2-4301550d3c18e54c55d6904bcde1fd28717fa5fc.zip |
Add removal of 3339_patch to games-mods.
Diffstat (limited to 'eclass/games-mods.eclass')
-rw-r--r-- | eclass/games-mods.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games-mods.eclass b/eclass/games-mods.eclass index 3dcd4419c1a6..f3cd94c6fd1f 100644 --- a/eclass/games-mods.eclass +++ b/eclass/games-mods.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.11 2006/11/21 23:27:35 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games-mods.eclass,v 1.12 2006/12/13 21:15:50 wolf31o2 Exp $ # Variables to specify in an ebuild which uses this eclass: # GAME - (doom3, quake4 or ut2004, etc), unless ${PN} starts with e.g. "doom3-" @@ -169,7 +169,7 @@ games-mods_src_unpack() { done done # Since we remove all of these anyway, let's move it to the eclass - rm -f 3355_patch + rm -f 3355_patch 3339_patch } games-mods_src_install() { |