summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-12-06 17:10:08 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-12-06 17:10:08 +0000
commitfaeaed3bfe41d8f344af93acbba5ff5bb8822398 (patch)
treec3ef0126ba823a79aac88e1f7f7b69f45e925148 /games-puzzle
parentRemoved sed-4 from *DEPEND. (diff)
downloadgentoo-2-faeaed3bfe41d8f344af93acbba5ff5bb8822398.tar.gz
gentoo-2-faeaed3bfe41d8f344af93acbba5ff5bb8822398.tar.bz2
gentoo-2-faeaed3bfe41d8f344af93acbba5ff5bb8822398.zip
Remove old virtual/x11 dependency.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/magiccube4d/ChangeLog6
-rw-r--r--games-puzzle/magiccube4d/magiccube4d-2.2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/games-puzzle/magiccube4d/ChangeLog b/games-puzzle/magiccube4d/ChangeLog
index e95f57e2bb19..a14037fd1cd8 100644
--- a/games-puzzle/magiccube4d/ChangeLog
+++ b/games-puzzle/magiccube4d/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-puzzle/magiccube4d
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/ChangeLog,v 1.7 2006/05/19 20:19:58 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/ChangeLog,v 1.8 2006/12/06 17:10:08 wolf31o2 Exp $
+
+ 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ magiccube4d-2.2.ebuild:
+ Remove old virtual/x11 dependency.
19 May 2006; <Tupone@gentoo.org> +files/magiccube4d-2.2-gcc41.patch,
magiccube4d-2.2.ebuild:
diff --git a/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild b/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild
index ff88538d2889..07e356521172 100644
--- a/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild
+++ b/games-puzzle/magiccube4d/magiccube4d-2.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-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v 1.8 2006/05/19 20:19:58 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v 1.9 2006/12/06 17:10:08 wolf31o2 Exp $
inherit eutils games
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="x86 ppc"
IUSE=""
-DEPEND="|| ( x11-libs/libXaw virtual/x11 )"
+DEPEND="x11-libs/libXaw"
S="${WORKDIR}/${PN}-src-${MY_PV}"