diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-13 15:41:19 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-13 15:41:19 +0000 |
commit | 7cb565c5315e380550a43b913229936987882162 (patch) | |
tree | 2e8ff40e86fd5fed1319445226264f5fa33c397b /games-action/descent3 | |
parent | TEXTREL->TEXTRELS for bug #145040. (diff) | |
download | gentoo-2-7cb565c5315e380550a43b913229936987882162.tar.gz gentoo-2-7cb565c5315e380550a43b913229936987882162.tar.bz2 gentoo-2-7cb565c5315e380550a43b913229936987882162.zip |
Removing virtual/x11 from dependencies.
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'games-action/descent3')
-rw-r--r-- | games-action/descent3/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/descent3/descent3-1.4.0b-r1.ebuild | 9 |
2 files changed, 8 insertions, 7 deletions
diff --git a/games-action/descent3/ChangeLog b/games-action/descent3/ChangeLog index 5a6d3f0cc463..0243b5f80021 100644 --- a/games-action/descent3/ChangeLog +++ b/games-action/descent3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/descent3 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.20 2006/04/13 19:44:26 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.21 2006/10/13 15:41:19 wolf31o2 Exp $ + + 13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> + descent3-1.4.0b-r1.ebuild: + Removing virtual/x11 from dependencies. 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> descent3-1.4.0b-r1.ebuild: diff --git a/games-action/descent3/descent3-1.4.0b-r1.ebuild b/games-action/descent3/descent3-1.4.0b-r1.ebuild index 9d8692e7e84c..2b993915b02f 100644 --- a/games-action/descent3/descent3-1.4.0b-r1.ebuild +++ b/games-action/descent3/descent3-1.4.0b-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-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.8 2006/09/28 16:57:46 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.9 2006/10/13 15:41:19 wolf31o2 Exp $ inherit eutils multilib games @@ -19,11 +19,8 @@ DEPEND="" RDEPEND="sys-libs/glibc virtual/opengl x86? ( - || ( - ( - x11-libs/libX11 - x11-libs/libXext ) - virtual/x11 ) + x11-libs/libX11 + x11-libs/libXext =media-libs/libsdl-1.2* ) amd64? ( app-emulation/emul-linux-x86-xlibs |