diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2009-01-21 15:02:49 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2009-01-21 15:02:49 +0000 |
commit | e7409b4c6be0ee5448efd6aa4aa43c8d4e2737ac (patch) | |
tree | 38f891456d03fbf521a297273b60803183cb0e1e /games-engines | |
parent | Readd old stable ebuild (diff) | |
download | gentoo-2-e7409b4c6be0ee5448efd6aa4aa43c8d4e2737ac.tar.gz gentoo-2-e7409b4c6be0ee5448efd6aa4aa43c8d4e2737ac.tar.bz2 gentoo-2-e7409b4c6be0ee5448efd6aa4aa43c8d4e2737ac.zip |
Add ~sparc to allow testing, related to Bug #255573.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm-tools/ChangeLog | 8 | ||||
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-engines/scummvm-tools/ChangeLog b/games-engines/scummvm-tools/ChangeLog index 278add8f103c..266f0f4504ca 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.18 2008/09/25 19:07:11 nyhm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.19 2009/01/21 15:02:49 fmccor Exp $ + + 21 Jan 2009; Ferris McCormick <fmccor@gentoo.org> + scummvm-tools-0.12.0.ebuild: + Add ~sparc to allow testing, related to Bug #255573. 25 Sep 2008; Tristan Heaven <nyhm@gentoo.org> scummvm-tools-0.12.0.ebuild: Use wxwidgets eclass; add missing deps diff --git a/games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild index ef41686d5668..c4b256c45be5 100644 --- a/games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild,v 1.3 2008/09/25 19:17:03 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.12.0.ebuild,v 1.4 2009/01/21 15:02:49 fmccor Exp $ WX_GTK_VER=2.8 inherit toolchain-funcs wxwidgets games @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/scummvm/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="media-libs/libpng |