summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2004-06-26 15:58:33 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2004-06-26 15:58:33 +0000
commit891a94e4b519fd2ab2f3297f5c8633951de89e8a (patch)
treef69518b316767a6905c04923b7187623874d0fde /games-fps
parentUpdated header (diff)
downloadgentoo-2-891a94e4b519fd2ab2f3297f5c8633951de89e8a.tar.gz
gentoo-2-891a94e4b519fd2ab2f3297f5c8633951de89e8a.tar.bz2
gentoo-2-891a94e4b519fd2ab2f3297f5c8633951de89e8a.zip
Added games-util/uz2unpack to DEPEND.
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/ut2003/ChangeLog5
-rw-r--r--games-fps/ut2003/ut2003-2225-r2.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog
index 8bb982a2ad4e..7a621a24fc6b 100644
--- a/games-fps/ut2003/ChangeLog
+++ b/games-fps/ut2003/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/ut2003
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.21 2004/06/24 22:48:53 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.22 2004/06/26 15:58:33 wolf31o2 Exp $
+
+ 26 Jun 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r2.ebuild:
+ Added games-util/uz2unpack to DEPEND.
03 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> ut2003-2225-r2.ebuild:
Ddir into src_install; fix dir -> die typo; skip unnecessary dodir
diff --git a/games-fps/ut2003/ut2003-2225-r2.ebuild b/games-fps/ut2003/ut2003-2225-r2.ebuild
index d31ec558bcd5..d353f4f4be1f 100644
--- a/games-fps/ut2003/ut2003-2225-r2.ebuild
+++ b/games-fps/ut2003/ut2003-2225-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r2.ebuild,v 1.4 2004/06/24 22:48:53 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r2.ebuild,v 1.5 2004/06/26 15:58:33 wolf31o2 Exp $
inherit games
@@ -17,7 +17,8 @@ IUSE="dedicated"
RESTRICT="nostrip"
DEPEND="virtual/glibc
- app-arch/unzip"
+ app-arch/unzip
+ games-util/uz2unpack"
RDEPEND="dedicated? ( games-server/ut2003-ded )
!dedicated? ( virtual/opengl )"