diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-08-08 15:39:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-08-08 15:39:17 +0000 |
commit | f1f736abfd4b8273746deecf4af75004bb13316c (patch) | |
tree | cae4a35913c68fa375cb601f2f73013e6d9812f5 /games-engines | |
parent | Maintenance release bump, fix security issue on nxconfigure.sh script and may... (diff) | |
download | gentoo-2-f1f736abfd4b8273746deecf4af75004bb13316c.tar.gz gentoo-2-f1f736abfd4b8273746deecf4af75004bb13316c.tar.bz2 gentoo-2-f1f736abfd4b8273746deecf4af75004bb13316c.zip |
restrict tests since some need external files (bug #378177)
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm-tools/ChangeLog | 6 | ||||
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-1.3.0.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games-engines/scummvm-tools/ChangeLog b/games-engines/scummvm-tools/ChangeLog index ed6cde4ea4a3..e2deaf7bd77d 100644 --- a/games-engines/scummvm-tools/ChangeLog +++ b/games-engines/scummvm-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-engines/scummvm-tools # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.46 2011/06/01 06:06:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.47 2011/08/08 15:39:17 mr_bones_ Exp $ + + 08 Aug 2011; Michael Sterrett <mr_bones_@gentoo.org> + scummvm-tools-1.3.0.ebuild: + restrict tests since some need external files (bug #378177) *scummvm-tools-1.3.0 (01 Jun 2011) diff --git a/games-engines/scummvm-tools/scummvm-tools-1.3.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-1.3.0.ebuild index 60069be111d5..517ea5a0418d 100644 --- a/games-engines/scummvm-tools/scummvm-tools-1.3.0.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.3.0.ebuild,v 1.1 2011/06/01 06:06:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-1.3.0.ebuild,v 1.2 2011/08/08 15:39:17 mr_bones_ Exp $ EAPI=2 WX_GTK_VER=2.8 @@ -14,6 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="flac iconv mad png vorbis" +RESTRICT="test" # some tests require external files RDEPEND="png? ( media-libs/libpng ) mad? ( media-libs/libmad ) |