summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-12-06 20:09:38 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-12-06 20:09:38 +0000
commit1a5e72f5fcf9d8432bdd6f8eb465844d00e02116 (patch)
tree0f1e534b64fea9867552946046134ff683561ffc /games-rpg
parentRemoving specific version of openal since the older CVS snapshot versions hav... (diff)
downloadgentoo-2-1a5e72f5fcf9d8432bdd6f8eb465844d00e02116.tar.gz
gentoo-2-1a5e72f5fcf9d8432bdd6f8eb465844d00e02116.tar.bz2
gentoo-2-1a5e72f5fcf9d8432bdd6f8eb465844d00e02116.zip
Remove old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/nwmouse/ChangeLog5
-rw-r--r--games-rpg/nwmouse/nwmouse-0.1.ebuild13
2 files changed, 9 insertions, 9 deletions
diff --git a/games-rpg/nwmouse/ChangeLog b/games-rpg/nwmouse/ChangeLog
index 6cece6a0326b..9f0596609394 100644
--- a/games-rpg/nwmouse/ChangeLog
+++ b/games-rpg/nwmouse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-rpg/nwmouse
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v 1.3 2006/09/15 20:05:11 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v 1.4 2006/12/06 20:09:38 wolf31o2 Exp $
+
+ 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> nwmouse-0.1.ebuild:
+ Remove old virtual/x11 dependency.
15 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> nwmouse-0.1.ebuild:
Change hard-coded /opt to GAMES_PREFIX_OPT.
diff --git a/games-rpg/nwmouse/nwmouse-0.1.ebuild b/games-rpg/nwmouse/nwmouse-0.1.ebuild
index f7fe40bfa933..8c12ad59a0c0 100644
--- a/games-rpg/nwmouse/nwmouse-0.1.ebuild
+++ b/games-rpg/nwmouse/nwmouse-0.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/nwmouse-0.1.ebuild,v 1.3 2006/09/15 20:05:11 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/nwmouse-0.1.ebuild,v 1.4 2006/12/06 20:09:38 wolf31o2 Exp $
inherit games
-DESCRIPTION="Hardware mouse cursors for Neverwinter Nights"
+DESCRIPTION="hardware mouse cursors for Neverwinter Nights"
HOMEPAGE="http://home.woh.rr.com/nwmovies/nwmouse/"
SRC_URI="http://home.woh.rr.com/nwmovies/cursors.tar.gz
http://dev.gentoo.org/~wolf31o2/sources/dump/${P}.tar.bz2"
@@ -27,12 +27,9 @@ RDEPEND="sys-libs/glibc
app-emulation/emul-linux-x86-sdl )
games-rpg/nwn
x86? (
- || (
- (
- x11-libs/libXcursor
- x11-libs/libXext
- x11-libs/libX11 )
- virtual/x11 )
+ x11-libs/libXcursor
+ x11-libs/libXext
+ x11-libs/libX11
media-libs/libsdl )"
S="${WORKDIR}/${PN}"