summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-09-15 20:57:21 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-09-15 20:57:21 +0000
commite97c3c105be56a54687558fe7ed2bc941b3017cd (patch)
tree690e10f2bc3414f20a313aae53299bc46c9cf050 /games-action/heretic2-demo
parentAdd avahi flag for gnome-games (diff)
downloadgentoo-2-e97c3c105be56a54687558fe7ed2bc941b3017cd.tar.gz
gentoo-2-e97c3c105be56a54687558fe7ed2bc941b3017cd.tar.bz2
gentoo-2-e97c3c105be56a54687558fe7ed2bc941b3017cd.zip
Remove virtual/x11 from dependencies.
(Portage version: 2.1.1)
Diffstat (limited to 'games-action/heretic2-demo')
-rw-r--r--games-action/heretic2-demo/ChangeLog6
-rw-r--r--games-action/heretic2-demo/heretic2-demo-1.06a.ebuild13
2 files changed, 10 insertions, 9 deletions
diff --git a/games-action/heretic2-demo/ChangeLog b/games-action/heretic2-demo/ChangeLog
index d11c0b337336..00e32589f477 100644
--- a/games-action/heretic2-demo/ChangeLog
+++ b/games-action/heretic2-demo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/heretic2-demo
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/ChangeLog,v 1.5 2006/09/06 07:08:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/ChangeLog,v 1.6 2006/09/15 20:57:21 wolf31o2 Exp $
+
+ 15 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ heretic2-demo-1.06a.ebuild:
+ Remove virtual/x11 from dependencies.
06 Sep 2006; Michael Sterrett <mr_bones_@gentoo.org>
heretic2-demo-1.06a.ebuild:
diff --git a/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild b/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild
index d03e0dff5cd8..4f1416a21850 100644
--- a/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild
+++ b/games-action/heretic2-demo/heretic2-demo-1.06a.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/heretic2-demo/heretic2-demo-1.06a.ebuild,v 1.5 2006/09/06 07:08:47 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild,v 1.6 2006/09/15 20:57:21 wolf31o2 Exp $
inherit eutils multilib games
@@ -18,13 +18,10 @@ QA_TEXTRELS="${GAMES_PREFIX_OPT:1}/heretic2-demo/ref_glx.so"
DEPEND="games-util/loki_patch"
RDEPEND="x86? (
- || (
- (
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXau
- x11-libs/libXdmcp )
- virtual/x11 ) )
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXau
+ x11-libs/libXdmcp )
amd64? (
app-emulation/emul-linux-x86-xlibs
app-emulation/emul-linux-x86-compat )"