diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 15:11:49 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-05 15:11:49 +0000 |
commit | 495cbf847be09649e7516c515c32a8d278c94a6a (patch) | |
tree | f4c389da627ce6a4d3b1948de039bcb7f25347af /games-fps/glxquake-bin | |
parent | Add sieve support, #141743. Thanks to Brian G. Peterson and the others on the (diff) | |
download | gentoo-2-495cbf847be09649e7516c515c32a8d278c94a6a.tar.gz gentoo-2-495cbf847be09649e7516c515c32a8d278c94a6a.tar.bz2 gentoo-2-495cbf847be09649e7516c515c32a8d278c94a6a.zip |
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-fps/glxquake-bin')
-rw-r--r-- | games-fps/glxquake-bin/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/glxquake-bin/glxquake-bin-0-r1.ebuild | 17 |
2 files changed, 12 insertions, 11 deletions
diff --git a/games-fps/glxquake-bin/ChangeLog b/games-fps/glxquake-bin/ChangeLog index 87cfb15f3e35..ab7386bdf820 100644 --- a/games-fps/glxquake-bin/ChangeLog +++ b/games-fps/glxquake-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/glxquake-bin # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/ChangeLog,v 1.6 2006/09/19 19:27:48 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/ChangeLog,v 1.7 2006/12/05 15:11:49 wolf31o2 Exp $ + + 05 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> + glxquake-bin-0-r1.ebuild: + Removing old virtual/x11 dependency. 19 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> glxquake-bin-0-r1.ebuild: diff --git a/games-fps/glxquake-bin/glxquake-bin-0-r1.ebuild b/games-fps/glxquake-bin/glxquake-bin-0-r1.ebuild index 828c1225f9e1..75dac168df04 100644 --- a/games-fps/glxquake-bin/glxquake-bin-0-r1.ebuild +++ b/games-fps/glxquake-bin/glxquake-bin-0-r1.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/glxquake-bin/glxquake-bin-0-r1.ebuild,v 1.2 2006/09/19 19:27:48 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/glxquake-bin-0-r1.ebuild,v 1.3 2006/12/05 15:11:49 wolf31o2 Exp $ inherit games @@ -17,15 +17,12 @@ IUSE="" RDEPEND="sys-libs/glibc virtual/opengl x86? ( - || ( - ( - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXxf86vm - x11-libs/libdrm - x11-libs/libXau - x11-libs/libXdmcp ) - virtual/x11 ) ) + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXxf86vm + x11-libs/libdrm + x11-libs/libXau + x11-libs/libXdmcp ) amd64? ( app-emulation/emul-linux-x86-xlibs )" S=${WORKDIR}/glxquake |