diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 17:13:18 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-12-06 17:13:18 +0000 |
commit | 2fb4116f9226b5172caf46e4d1ac598664af3393 (patch) | |
tree | 3026af04b64206183192f3ca0c4392d2afac9d5a /games-puzzle/magiccube4d | |
parent | Moving dev-java/jgoodies-looks-bin -> dev-java/jgoodies-looks (diff) | |
download | historical-2fb4116f9226b5172caf46e4d1ac598664af3393.tar.gz historical-2fb4116f9226b5172caf46e4d1ac598664af3393.tar.bz2 historical-2fb4116f9226b5172caf46e4d1ac598664af3393.zip |
Remove old virtual/x11 dependency.
Package-Manager: portage-2.1.2_rc2-r2
Diffstat (limited to 'games-puzzle/magiccube4d')
-rw-r--r-- | games-puzzle/magiccube4d/ChangeLog | 6 | ||||
-rw-r--r-- | games-puzzle/magiccube4d/magiccube4d-2.2.ebuild | 4 |
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}" |