diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-06-14 18:46:16 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-06-14 18:46:16 +0000 |
commit | db721fbb98ee18e0774376873fb6887f1c9d75a8 (patch) | |
tree | d0acf886d7cd3c50cb2e4953be5b17de93544c94 /games-engines | |
parent | amd64 stable wrt bug #225619 (diff) | |
download | historical-db721fbb98ee18e0774376873fb6887f1c9d75a8.tar.gz historical-db721fbb98ee18e0774376873fb6887f1c9d75a8.tar.bz2 historical-db721fbb98ee18e0774376873fb6887f1c9d75a8.zip |
amd64 stable wrt bug #225621
Package-Manager: portage-2.2_pre8/cvs/Linux 2.6.25-gentoo-r3 x86_64
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm-tools/ChangeLog | 6 | ||||
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-engines/scummvm-tools/ChangeLog b/games-engines/scummvm-tools/ChangeLog index a64321be581f..918bfde23539 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.15 2008/06/14 11:23:50 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.16 2008/06/14 18:46:16 coldwind Exp $ + + 14 Jun 2008; Santiago M. Mola <coldwind@gentoo.org> + scummvm-tools-0.11.0.ebuild: + amd64 stable wrt bug #225621 14 Jun 2008; nixnut <nixnut@gentoo.org> scummvm-tools-0.11.0.ebuild: Stable on ppc wrt bug 225621 diff --git a/games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild index d2c572ab29ce..67394496464e 100644 --- a/games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.11.0.ebuild,v 1.3 2008/06/14 11:23:50 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.11.0.ebuild,v 1.4 2008/06/14 18:46:16 coldwind Exp $ inherit toolchain-funcs games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/scummvm/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc x86 ~x86-fbsd" IUSE="" DEPEND="media-libs/libpng" |