diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-01-30 22:20:30 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-01-30 22:20:30 +0000 |
commit | 0a5c162694b024526a49c2236294c687879d3747 (patch) | |
tree | 23dbb744f927f19d2addd58ded24a78b9744a66a /games-fps/quake3/quake3-1.34_rc3.ebuild | |
parent | Added APPCATEGORY so a .desktop file will be installed (diff) | |
download | gentoo-2-0a5c162694b024526a49c2236294c687879d3747.tar.gz gentoo-2-0a5c162694b024526a49c2236294c687879d3747.tar.bz2 gentoo-2-0a5c162694b024526a49c2236294c687879d3747.zip |
Cleaned older ebuilds and fixed up dependencies with a patch from Sascha Geschwandtner <s.geschwandtner@gmx.de> and closing bug #162425.
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'games-fps/quake3/quake3-1.34_rc3.ebuild')
-rw-r--r-- | games-fps/quake3/quake3-1.34_rc3.ebuild | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/games-fps/quake3/quake3-1.34_rc3.ebuild b/games-fps/quake3/quake3-1.34_rc3.ebuild index f122ac2cb687..562ea1c7c3e9 100644 --- a/games-fps/quake3/quake3-1.34_rc3.ebuild +++ b/games-fps/quake3/quake3-1.34_rc3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.34_rc3.ebuild,v 1.2 2007/01/30 03:50:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.34_rc3.ebuild,v 1.3 2007/01/30 22:20:29 wolf31o2 Exp $ # quake3-9999 -> latest svn # quake3-9999.REV -> use svn REV @@ -39,18 +39,14 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="dedicated opengl teamarena" -UIRDEPEND="virtual/opengl +UIDEPEND="virtual/opengl media-libs/openal - x11-libs/libXext - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXdmcp media-libs/libsdl" -RDEPEND="opengl? ( - ${UIRDEPEND} ) - !dedicated? ( - ${UIRDEPEND} ) +DEPEND="opengl? ( ${UIRDEPEND} ) + !dedicated? ( ${UIRDEPEND} )" + +RDEPEND="${DEPEND} games-fps/quake3-data teamarena? ( games-fps/quake3-teamarena )" |