summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-12-01 19:52:26 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-12-01 19:52:26 +0000
commita3b6d8addb71017ebe3c59675a42f7c0526b8964 (patch)
tree6bc01abc2cd3fd2afc8aa1dcfa089ed40056dc85 /games-action/xblast
parentMake support for hidden visibility explicit. (diff)
downloadgentoo-2-a3b6d8addb71017ebe3c59675a42f7c0526b8964.tar.gz
gentoo-2-a3b6d8addb71017ebe3c59675a42f7c0526b8964.tar.bz2
gentoo-2-a3b6d8addb71017ebe3c59675a42f7c0526b8964.zip
Removing old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-action/xblast')
-rw-r--r--games-action/xblast/ChangeLog5
-rw-r--r--games-action/xblast/xblast-2.10.2.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/games-action/xblast/ChangeLog b/games-action/xblast/ChangeLog
index defea8fe1b84..d4a6e01ef26c 100644
--- a/games-action/xblast/ChangeLog
+++ b/games-action/xblast/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/xblast
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/ChangeLog,v 1.10 2006/01/28 21:19:10 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/ChangeLog,v 1.11 2006/12/01 19:52:26 wolf31o2 Exp $
+
+ 01 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> xblast-2.10.2.ebuild:
+ Removing old virtual/x11 dependency.
28 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org>
xblast-2.10.0.ebuild, xblast-2.10.2.ebuild:
diff --git a/games-action/xblast/xblast-2.10.2.ebuild b/games-action/xblast/xblast-2.10.2.ebuild
index 89345ab8a9b1..2478012509c6 100644
--- a/games-action/xblast/xblast-2.10.2.ebuild
+++ b/games-action/xblast/xblast-2.10.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-action/xblast/xblast-2.10.2.ebuild,v 1.5 2006/01/28 21:19:10 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xblast/xblast-2.10.2.ebuild,v 1.6 2006/12/01 19:52:26 wolf31o2 Exp $
inherit games
@@ -25,12 +25,11 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-RDEPEND="|| ( ( x11-libs/libICE
- x11-libs/libX11 )
- virtual/x11 )
+RDEPEND="x11-libs/libICE
+ x11-libs/libX11
media-libs/libpng"
DEPEND="${RDEPEND}
- || ( x11-libs/libXt virtual/x11 )"
+ x11-libs/libXt"
src_compile() {
export MY_DATADIR="${GAMES_DATADIR}/${PN}"