diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2006-11-06 07:24:13 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2006-11-06 07:24:13 +0000 |
commit | 88f225f35e1abe61c8cf36d3f378d039623c5153 (patch) | |
tree | 43395d572e5bea226c53ebe3f463204327b29299 /games-engines | |
parent | Keyworded ~x86-fbsd. (diff) | |
download | gentoo-2-88f225f35e1abe61c8cf36d3f378d039623c5153.tar.gz gentoo-2-88f225f35e1abe61c8cf36d3f378d039623c5153.tar.bz2 gentoo-2-88f225f35e1abe61c8cf36d3f378d039623c5153.zip |
Keyworded ~x86-fbsd.
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm/ChangeLog | 6 | ||||
-rw-r--r-- | games-engines/scummvm/scummvm-0.9.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-engines/scummvm/ChangeLog b/games-engines/scummvm/ChangeLog index c1ce6f2e8757..072d05b9e466 100644 --- a/games-engines/scummvm/ChangeLog +++ b/games-engines/scummvm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-engines/scummvm # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.39 2006/10/30 17:50:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.40 2006/11/06 07:24:13 the_paya Exp $ + + 06 Nov 2006; Javier Villavicencio <the_paya@gentoo.org> + scummvm-0.9.1.ebuild: + Keyworded ~x86-fbsd. 30 Oct 2006; Michael Sterrett <mr_bones_@gentoo.org> -scummvm-0.9.0.ebuild: diff --git a/games-engines/scummvm/scummvm-0.9.1.ebuild b/games-engines/scummvm/scummvm-0.9.1.ebuild index 2b821d5a2d5c..d2319c3ef48f 100644 --- a/games-engines/scummvm/scummvm-0.9.1.ebuild +++ b/games-engines/scummvm/scummvm-0.9.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.9.1.ebuild,v 1.1 2006/10/30 05:33:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.9.1.ebuild,v 1.2 2006/11/06 07:24:13 the_paya Exp $ inherit eutils games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/scummvm/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc sparc x86" +KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd" IUSE="alsa debug flac fluidsynth mp3 ogg vorbis zlib" RESTRICT="test" # it only looks like there's a test there #77507 |