diff options
-rw-r--r-- | games-simulation/searchandrescue/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/searchandrescue/searchandrescue-0.8.2.ebuild | 24 |
2 files changed, 12 insertions, 18 deletions
diff --git a/games-simulation/searchandrescue/ChangeLog b/games-simulation/searchandrescue/ChangeLog index 9d38ccfe2548..f02eaf6b1045 100644 --- a/games-simulation/searchandrescue/ChangeLog +++ b/games-simulation/searchandrescue/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/searchandrescue # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.11 2006/10/25 19:15:03 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.12 2006/12/06 20:24:46 wolf31o2 Exp $ + + 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> + searchandrescue-0.8.2.ebuild: + Remove old virtual/x11 dependency. 25 Oct 2006; <tupone@gentoo.org> searchandrescue-0.8.2.ebuild: Added ~amd64 keyword. Bug #139731 by Will Briggs diff --git a/games-simulation/searchandrescue/searchandrescue-0.8.2.ebuild b/games-simulation/searchandrescue/searchandrescue-0.8.2.ebuild index 96c5cac31d95..cd044282041f 100644 --- a/games-simulation/searchandrescue/searchandrescue-0.8.2.ebuild +++ b/games-simulation/searchandrescue/searchandrescue-0.8.2.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-simulation/searchandrescue/searchandrescue-0.8.2.ebuild,v 1.5 2006/10/25 19:15:03 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-0.8.2.ebuild,v 1.6 2006/12/06 20:24:46 wolf31o2 Exp $ inherit eutils games @@ -15,27 +15,17 @@ SLOT="0" KEYWORDS="~amd64 ppc x86" IUSE="joystick" -RDEPEND="|| ( - ( - x11-libs/libXxf86vm - x11-libs/libXmu - x11-libs/libXi - x11-libs/libXpm - ) - virtual/x11 - ) +RDEPEND="x11-libs/libXxf86vm + x11-libs/libXmu + x11-libs/libXi + x11-libs/libXpm virtual/opengl virtual/glu media-libs/yiff joystick? ( media-libs/libjsw )" DEPEND="${RDEPEND} - || ( - ( - x11-proto/xextproto - x11-proto/xf86vidmodeproto - ) - virtual/x11 - )" + x11-proto/xextproto + x11-proto/xf86vidmodeproto" S=${WORKDIR}/${MY_PN}-${PV} |