diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-13 23:50:18 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-13 23:50:18 +0000 |
commit | abee1feda3865da809383ea55b6821d73b529190 (patch) | |
tree | 099086deea7fb0b286c7e326300e18e411909711 /games-fps/rtcw | |
parent | Stable on SPARC wrt bug #123462. (diff) | |
download | gentoo-2-abee1feda3865da809383ea55b6821d73b529190.tar.gz gentoo-2-abee1feda3865da809383ea55b6821d73b529190.tar.bz2 gentoo-2-abee1feda3865da809383ea55b6821d73b529190.zip |
Added sys-libs/lib-compat to RDEPEND on x86 and closing bug #133190.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'games-fps/rtcw')
-rw-r--r-- | games-fps/rtcw/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/rtcw/rtcw-1.41b.ebuild | 30 |
2 files changed, 19 insertions, 16 deletions
diff --git a/games-fps/rtcw/ChangeLog b/games-fps/rtcw/ChangeLog index f17a0ce4534a..71d562334e52 100644 --- a/games-fps/rtcw/ChangeLog +++ b/games-fps/rtcw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/rtcw # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.27 2006/05/09 14:25:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.28 2006/05/13 23:50:18 wolf31o2 Exp $ + + 13 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> rtcw-1.41b.ebuild: + Added sys-libs/lib-compat to RDEPEND on x86 and closing bug #133190. *rtcw-1.41b (09 May 2006) diff --git a/games-fps/rtcw/rtcw-1.41b.ebuild b/games-fps/rtcw/rtcw-1.41b.ebuild index e4d7c4650167..1dbe2d894783 100644 --- a/games-fps/rtcw/rtcw-1.41b.ebuild +++ b/games-fps/rtcw/rtcw-1.41b.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/rtcw/rtcw-1.41b.ebuild,v 1.1 2006/05/09 14:25:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild,v 1.2 2006/05/13 23:50:18 wolf31o2 Exp $ inherit eutils games @@ -17,20 +17,8 @@ KEYWORDS="amd64 x86" IUSE="opengl dedicated" RESTRICT="strip mirror" -RDEPEND="sys-libs/glibc - dedicated? ( - app-misc/screen ) - !dedicated? ( - virtual/opengl - || ( - ( - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXau - x11-libs/libXdmcp ) - virtual/x11 ) ) - opengl? ( - virtual/opengl +UIDEPEND="virtual/opengl + x86? ( || ( ( x11-libs/libX11 @@ -40,6 +28,18 @@ RDEPEND="sys-libs/glibc virtual/x11 ) ) amd64? ( app-emulation/emul-linux-x86-xlibs )" + +RDEPEND="sys-libs/glibc + dedicated? ( + app-misc/screen ) + !dedicated? ( + ${UIDEPEND} ) + opengl? ( + ${UIDEPEND} ) + x86? ( + sys-libs/lib-compat ) + amd64? ( + app-emulation/emul-linux-x86-compat )" S=${WORKDIR} |