diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-29 21:59:00 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-09-29 21:59:00 +0000 |
commit | a18ca8dae479944bd4df14afdc6b08c6388665b5 (patch) | |
tree | f3e28250e28f708182d5fc4964f2ec522ec2870e /games-arcade | |
parent | version bump (diff) | |
download | gentoo-2-a18ca8dae479944bd4df14afdc6b08c6388665b5.tar.gz gentoo-2-a18ca8dae479944bd4df14afdc6b08c6388665b5.tar.bz2 gentoo-2-a18ca8dae479944bd4df14afdc6b08c6388665b5.zip |
General cleanup and removing virtual/x11 from dependencies.
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/ppracer/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/ppracer/ppracer-0.3.1.ebuild | 25 |
2 files changed, 13 insertions, 17 deletions
diff --git a/games-arcade/ppracer/ChangeLog b/games-arcade/ppracer/ChangeLog index 4beb3c0e01d1..7ba74360fd92 100644 --- a/games-arcade/ppracer/ChangeLog +++ b/games-arcade/ppracer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/ppracer # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ChangeLog,v 1.17 2006/05/20 17:29:16 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ChangeLog,v 1.18 2006/09/29 21:59:00 wolf31o2 Exp $ + + 29 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> ppracer-0.3.1.ebuild: + General cleanup and removing virtual/x11 from dependencies. 20 May 2006; Thomas Cort <tcort@gentoo.org> ppracer-0.3.1.ebuild: Stable on alpha. diff --git a/games-arcade/ppracer/ppracer-0.3.1.ebuild b/games-arcade/ppracer/ppracer-0.3.1.ebuild index 6446ef712c56..4143e0fb3150 100644 --- a/games-arcade/ppracer/ppracer-0.3.1.ebuild +++ b/games-arcade/ppracer/ppracer-0.3.1.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-arcade/ppracer/ppracer-0.3.1.ebuild,v 1.11 2006/05/20 17:29:16 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/ppracer/ppracer-0.3.1.ebuild,v 1.12 2006/09/29 21:59:00 wolf31o2 Exp $ inherit flag-o-matic gnuconfig eutils multilib games @@ -16,12 +16,8 @@ IUSE="X" DEPEND="virtual/opengl virtual/glu X? ( - || ( - ( x11-libs/libXt - media-libs/mesa ) - virtual/x11 - ) - ) + x11-libs/libXt + media-libs/mesa ) >=dev-lang/tcl-8.4 media-libs/libsdl media-libs/sdl-mixer @@ -30,15 +26,12 @@ DEPEND="virtual/opengl sys-libs/zlib" RDEPEND="${DEPEND} - || ( - ( x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXi - x11-libs/libXmu ) - virtual/x11 - )" + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXi + x11-libs/libXmu" src_unpack() { unpack ${A} |