diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-17 20:07:44 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-03-17 20:07:44 +0000 |
commit | c7e2f01b86e4d498d6ef03e567c93e0cd29e394d (patch) | |
tree | 2da809c4c03a515e1aad33765927fc2190daa04b /games-fps | |
parent | Version bumped to 1.5 and closing bug #122838. (diff) | |
download | gentoo-2-c7e2f01b86e4d498d6ef03e567c93e0cd29e394d.tar.gz gentoo-2-c7e2f01b86e4d498d6ef03e567c93e0cd29e394d.tar.bz2 gentoo-2-c7e2f01b86e4d498d6ef03e567c93e0cd29e394d.zip |
need to call games_pkg_setup in pkg_setup
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/nexuiz/nexuiz-1.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-fps/nexuiz/nexuiz-1.5.ebuild b/games-fps/nexuiz/nexuiz-1.5.ebuild index 8d03e141b4c4..e262f2898e9f 100644 --- a/games-fps/nexuiz/nexuiz-1.5.ebuild +++ b/games-fps/nexuiz/nexuiz-1.5.ebuild @@ -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/games-fps/nexuiz/nexuiz-1.5.ebuild,v 1.1 2006/03/17 19:43:18 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/nexuiz-1.5.ebuild,v 1.2 2006/03/17 20:07:44 mr_bones_ Exp $ inherit eutils games @@ -52,6 +52,7 @@ pkg_setup() { then einfo "Defaulting to OpenGL client" fi + games_pkg_setup } src_unpack() { |