diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 18:03:48 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 18:03:48 +0000 |
commit | d077a0b34541584965ba8aed36bdeb869194e365 (patch) | |
tree | 6c9debdf5768cd5f842343eabc0f12eafdbaf06b /games-fps/tremulous | |
parent | Removing old virtual/x11 dependency. (diff) | |
download | gentoo-2-d077a0b34541584965ba8aed36bdeb869194e365.tar.gz gentoo-2-d077a0b34541584965ba8aed36bdeb869194e365.tar.bz2 gentoo-2-d077a0b34541584965ba8aed36bdeb869194e365.zip |
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-fps/tremulous')
-rw-r--r-- | games-fps/tremulous/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/tremulous/tremulous-1.1.0.ebuild | 16 |
2 files changed, 11 insertions, 11 deletions
diff --git a/games-fps/tremulous/ChangeLog b/games-fps/tremulous/ChangeLog index 6dbfec6e1e7d..c1f98a624bec 100644 --- a/games-fps/tremulous/ChangeLog +++ b/games-fps/tremulous/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/tremulous # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous/ChangeLog,v 1.3 2006/11/10 13:26:04 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous/ChangeLog,v 1.4 2006/12/05 18:03:48 wolf31o2 Exp $ + + 05 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> + tremulous-1.1.0.ebuild: + Removing old virtual/x11 dependency. 10 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> tremulous-1.1.0.ebuild: diff --git a/games-fps/tremulous/tremulous-1.1.0.ebuild b/games-fps/tremulous/tremulous-1.1.0.ebuild index d7e0201e6757..02dddd2a4114 100644 --- a/games-fps/tremulous/tremulous-1.1.0.ebuild +++ b/games-fps/tremulous/tremulous-1.1.0.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/tremulous/tremulous-1.1.0.ebuild,v 1.3 2006/11/10 13:26:04 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/tremulous/tremulous-1.1.0.ebuild,v 1.4 2006/12/05 18:03:48 wolf31o2 Exp $ inherit eutils toolchain-funcs games @@ -18,16 +18,12 @@ IUSE="dedicated openal opengl vorbis" UIDEPEND="openal? ( media-libs/openal ) media-libs/libsdl - vorbis? ( - media-libs/libogg - media-libs/libvorbis ) + vorbis? ( media-libs/libogg media-libs/libvorbis ) virtual/opengl - || ( ( - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXdmcp - x11-libs/libXext ) - virtual/x11 )" + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp + x11-libs/libXext" RDEPEND="opengl? ( ${UIDEPEND} ) !opengl? ( !dedicated? ( ${UIDEPEND} ) ) !games-fps/tremulous-bin" |