diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-01-20 06:57:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-01-20 06:57:34 +0000 |
commit | 24dacdabe5d0f38c2581688a38dec702f6d19613 (patch) | |
tree | a6b8c916c30b132d69d225e44f64d195d991f4d4 /games-engines | |
parent | Dont try to run src_test() if dejagnu isnt installed yet since it uses itself... (diff) | |
download | gentoo-2-24dacdabe5d0f38c2581688a38dec702f6d19613.tar.gz gentoo-2-24dacdabe5d0f38c2581688a38dec702f6d19613.tar.bz2 gentoo-2-24dacdabe5d0f38c2581688a38dec702f6d19613.zip |
don't try to run the non-working test (bug #77507)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm/ChangeLog | 7 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-0.6.1b.ebuild | 4 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-0.7.0.ebuild | 5 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index f1b29c4b6235..d99b10aaab59 100644 --- a/games-engines/scummvm/ChangeLog +++ b/games-engines/scummvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/scummvm -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.17 2004/12/28 03:06:05 vapier Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.18 2005/01/20 06:57:34 mr_bones_ Exp $ + + 20 Jan 2005; Michael Sterrett <mr_bones_@gentoo.org> scummvm-0.7.0.ebuild: + don't try to run the non-working test (bug #77507) 27 Dec 2004; Mike Frysinger <vapier@gentoo.org> scummvm-0.7.0.ebuild: Only enable nasm code on x86 #75730 by Marco Matthies. diff --git a/games-engines/scummvm/scummvm-0.6.1b.ebuild b/games-engines/scummvm/scummvm-0.6.1b.ebuild index 1c40046a7f54..aa77b5698d10 100644 --- a/games-engines/scummvm/scummvm-0.6.1b.ebuild +++ b/games-engines/scummvm/scummvm-0.6.1b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.6.1b.ebuild,v 1.3 2004/09/25 23:35:32 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.6.1b.ebuild,v 1.4 2005/01/20 06:57:34 mr_bones_ Exp $ inherit fixheadtails eutils games diff --git a/games-engines/scummvm/scummvm-0.7.0.ebuild b/games-engines/scummvm/scummvm-0.7.0.ebuild index bef0f2c37896..c39456e5dbcf 100644 --- a/games-engines/scummvm/scummvm-0.7.0.ebuild +++ b/games-engines/scummvm/scummvm-0.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.7.0.ebuild,v 1.3 2004/12/28 03:06:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.7.0.ebuild,v 1.4 2005/01/20 06:57:34 mr_bones_ Exp $ inherit eutils games @@ -12,6 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="alsa debug mad oggvorbis sdl zlib" +RESTRICT="maketest" # it only looks like there's a test there #77507 RDEPEND="virtual/libc virtual/x11 |