diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-06-10 14:29:44 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-06-10 14:29:44 +0000 |
commit | fd4321b330089bb8be4e20776534bcfb4fe3375d (patch) | |
tree | 8cee663698b1cad8ae8b394cd53ea4db03e4835c /games-misc | |
parent | Add ~ppc keyword. (diff) | |
download | gentoo-2-fd4321b330089bb8be4e20776534bcfb4fe3375d.tar.gz gentoo-2-fd4321b330089bb8be4e20776534bcfb4fe3375d.tar.bz2 gentoo-2-fd4321b330089bb8be4e20776534bcfb4fe3375d.zip |
RESTRICT="test"
(Portage version: 2.1.2.9)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/xcruiser/ChangeLog | 7 | ||||
-rw-r--r-- | games-misc/xcruiser/xcruiser-0.30.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-misc/xcruiser/ChangeLog b/games-misc/xcruiser/ChangeLog index d29f9400637f..b7a9a1f51308 100644 --- a/games-misc/xcruiser/ChangeLog +++ b/games-misc/xcruiser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/xcruiser -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruiser/ChangeLog,v 1.4 2006/12/05 18:17:38 wolf31o2 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruiser/ChangeLog,v 1.5 2007/06/10 14:29:44 nyhm Exp $ + + 10 Jun 2007; Tristan Heaven <nyhm@gentoo.org> xcruiser-0.30.ebuild: + RESTRICT="test" 05 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> xcruiser-0.30.ebuild: Removing old virtual/x11 dependency. diff --git a/games-misc/xcruiser/xcruiser-0.30.ebuild b/games-misc/xcruiser/xcruiser-0.30.ebuild index 49532d98d15b..d7fdb2623760 100644 --- a/games-misc/xcruiser/xcruiser-0.30.ebuild +++ b/games-misc/xcruiser/xcruiser-0.30.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruiser/xcruiser-0.30.ebuild,v 1.4 2006/12/05 18:17:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruiser/xcruiser-0.30.ebuild,v 1.5 2007/06/10 14:29:44 nyhm Exp $ DESCRIPTION="Fly about 3D-formed file system" HOMEPAGE="http://xcruiser.sourceforge.net/" @@ -10,6 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" +RESTRICT="test" RDEPEND="x11-libs/libXaw x11-libs/libXp" |