diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-31 08:00:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-31 08:00:45 +0000 |
commit | dc0183f49520db4360b25ef55214117b0293ae59 (patch) | |
tree | 5900bf1c44e9c066d05514be76febf664db92714 /games-fps/rtcw/rtcw-1.41b.ebuild | |
parent | touchup style (diff) | |
download | gentoo-2-dc0183f49520db4360b25ef55214117b0293ae59.tar.gz gentoo-2-dc0183f49520db4360b25ef55214117b0293ae59.tar.bz2 gentoo-2-dc0183f49520db4360b25ef55214117b0293ae59.zip |
cleanup style
(Portage version: 2.1.2-r5)
Diffstat (limited to 'games-fps/rtcw/rtcw-1.41b.ebuild')
-rw-r--r-- | games-fps/rtcw/rtcw-1.41b.ebuild | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/games-fps/rtcw/rtcw-1.41b.ebuild b/games-fps/rtcw/rtcw-1.41b.ebuild index e4165310bbcb..ee19eb68c2a1 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 +# Copyright 1999-2007 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.4 2006/12/05 17:56:37 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild,v 1.5 2007/01/31 08:00:45 vapier Exp $ inherit eutils games @@ -22,21 +22,15 @@ UIDEPEND="virtual/opengl x11-libs/libX11 x11-libs/libXext x11-libs/libXau - x11-libs/libXdmcp ) - amd64? ( - app-emulation/emul-linux-x86-xlibs )" - + x11-libs/libXdmcp + ) + 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 )" + dedicated? ( app-misc/screen ) + !dedicated? ( ${UIDEPEND} ) + opengl? ( ${UIDEPEND} ) + x86? ( sys-libs/lib-compat ) + amd64? ( app-emulation/emul-linux-x86-compat )" S=${WORKDIR} |