diff options
author | 2006-09-26 14:50:43 +0000 | |
---|---|---|
committer | 2006-09-26 14:50:43 +0000 | |
commit | beeea8554471bb9de4041256aa7d3c5898948592 (patch) | |
tree | 97744968d7b10dc3f531342d664c97fa446837f5 /games-fps/ut2004 | |
parent | Changing HOMEPAGE (again) and closing bug #148539. (diff) | |
download | gentoo-2-beeea8554471bb9de4041256aa7d3c5898948592.tar.gz gentoo-2-beeea8554471bb9de4041256aa7d3c5898948592.tar.bz2 gentoo-2-beeea8554471bb9de4041256aa7d3c5898948592.zip |
Removing dependency on virtual/x11.
(Portage version: 2.1.2_pre1-r2)
Diffstat (limited to 'games-fps/ut2004')
-rw-r--r-- | games-fps/ut2004/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2004/ut2004-3369-r4.ebuild | 13 |
2 files changed, 9 insertions, 9 deletions
diff --git a/games-fps/ut2004/ChangeLog b/games-fps/ut2004/ChangeLog index 086c62665b49..148ecfc7eca9 100644 --- a/games-fps/ut2004/ChangeLog +++ b/games-fps/ut2004/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2004 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.54 2006/09/06 22:37:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.55 2006/09/26 14:50:43 wolf31o2 Exp $ + + 26 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3369-r4.ebuild: + Removing dependency on virtual/x11. 06 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3369-r4.ebuild: Fix up the execstack stuff so it works for people not using the default diff --git a/games-fps/ut2004/ut2004-3369-r4.ebuild b/games-fps/ut2004/ut2004-3369-r4.ebuild index e9f55fab6717..5d60ed8d0259 100644 --- a/games-fps/ut2004/ut2004-3369-r4.ebuild +++ b/games-fps/ut2004/ut2004-3369-r4.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/ut2004/ut2004-3369-r4.ebuild,v 1.9 2006/09/06 22:37:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369-r4.ebuild,v 1.10 2006/09/26 14:50:43 wolf31o2 Exp $ inherit eutils multilib games @@ -29,13 +29,10 @@ RDEPEND=">=games-fps/ut2004-data-3186-r2 opengl? ( virtual/opengl ) =virtual/libstdc++-3.3 - || ( - ( - x11-libs/libXext - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXdmcp ) - virtual/x11 )" + x11-libs/libXext + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp" # If you wish to use your system libSDL/openal, then you will need to remove # the comments from the following two lines, along with the quotes above and # this comment text. |