diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 20:06:10 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-01 20:06:10 +0000 |
commit | 59633c5181d25153e250d2a309d86271c2101b0c (patch) | |
tree | 772553d98fec9fa7035257f26e78295577703e57 /games-action/abuse_sdl | |
parent | Make support for hidden visibility explicit. (diff) | |
download | gentoo-2-59633c5181d25153e250d2a309d86271c2101b0c.tar.gz gentoo-2-59633c5181d25153e250d2a309d86271c2101b0c.tar.bz2 gentoo-2-59633c5181d25153e250d2a309d86271c2101b0c.zip |
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-action/abuse_sdl')
-rw-r--r-- | games-action/abuse_sdl/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-action/abuse_sdl/ChangeLog b/games-action/abuse_sdl/ChangeLog index c7b61b042037..00e6acc52258 100644 --- a/games-action/abuse_sdl/ChangeLog +++ b/games-action/abuse_sdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/abuse_sdl # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/abuse_sdl/ChangeLog,v 1.10 2006/04/18 12:14:12 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/abuse_sdl/ChangeLog,v 1.11 2006/12/01 20:06:10 wolf31o2 Exp $ + + 01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> + abuse_sdl-0.7.0-r2.ebuild: + Removing old virtual/x11 dependency. 18 Apr 2006; Jason Wever <weeve@gentoo.org> abuse_sdl-0.7.0-r2.ebuild: Stable on SPARC. diff --git a/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild b/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild index 15c948f3d80e..5285c2975e45 100644 --- a/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild +++ b/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.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/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild,v 1.10 2006/04/18 12:14:14 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild,v 1.11 2006/12/01 20:06:10 wolf31o2 Exp $ inherit eutils games @@ -16,9 +16,8 @@ IUSE="" RDEPEND=">=media-libs/libsdl-1.1.6" DEPEND="${RDEPEND} - || ( x11-libs/libXt virtual/x11 ) - virtual/opengl - >=sys-apps/sed-4" + x11-libs/libXt + virtual/opengl" DATA="${WORKDIR}/datafiles" |