diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-10-04 19:42:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-10-04 19:42:43 +0000 |
commit | c82a0147cc7e61f375ed8ad0822087e3afa24803 (patch) | |
tree | 4c4513ea416a5bd1a13a06fb7b52a67c2f16e59c /games-engines | |
parent | Fix compilation errors when build against kernel 2.6.18 (#149792). (diff) | |
download | gentoo-2-c82a0147cc7e61f375ed8ad0822087e3afa24803.tar.gz gentoo-2-c82a0147cc7e61f375ed8ad0822087e3afa24803.tar.bz2 gentoo-2-c82a0147cc7e61f375ed8ad0822087e3afa24803.zip |
clean IUSE
(Portage version: 2.1.2_pre2-r2)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm/scummvm-0.8.1.ebuild | 4 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-0.9.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-engines/scummvm/scummvm-0.8.1.ebuild b/games-engines/scummvm/scummvm-0.8.1.ebuild index 265fd0d69f29..18bd437577ef 100644 --- a/games-engines/scummvm/scummvm-0.8.1.ebuild +++ b/games-engines/scummvm/scummvm-0.8.1.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-engines/scummvm/scummvm-0.8.1.ebuild,v 1.1 2006/01/31 05:36:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.8.1.ebuild,v 1.2 2006/10/04 19:42:43 mr_bones_ Exp $ inherit eutils games @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/scummvm/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc sparc x86" -IUSE="alsa debug flac mp3 ogg vorbis sdl zlib" +IUSE="alsa debug flac mp3 ogg vorbis zlib" RESTRICT="test" # it only looks like there's a test there #77507 RDEPEND=">=media-libs/libsdl-1.2.2 diff --git a/games-engines/scummvm/scummvm-0.9.0.ebuild b/games-engines/scummvm/scummvm-0.9.0.ebuild index 65c69cda7f22..f6291d53ba30 100644 --- a/games-engines/scummvm/scummvm-0.9.0.ebuild +++ b/games-engines/scummvm/scummvm-0.9.0.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-engines/scummvm/scummvm-0.9.0.ebuild,v 1.4 2006/08/25 02:31:35 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.9.0.ebuild,v 1.5 2006/10/04 19:42:43 mr_bones_ Exp $ inherit eutils games @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/scummvm/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ppc sparc x86" -IUSE="alsa debug flac fluidsynth mp3 ogg vorbis sdl zlib" +IUSE="alsa debug flac fluidsynth mp3 ogg vorbis zlib" RESTRICT="test" # it only looks like there's a test there #77507 RDEPEND=">=media-libs/libsdl-1.2.2 |