diff options
author | Tom Martin <slarti@gentoo.org> | 2004-09-03 23:00:04 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-09-03 23:00:04 +0000 |
commit | 76070635b7cb0c117a21e615efc6358ed3182f2c (patch) | |
tree | 7f7bfdae55328e8a9a369bfff0a87dc13a495d1c /games-engines | |
parent | Used keepdir instead of mkdir. Thanks to eradicator for pointing this out. (... (diff) | |
download | gentoo-2-76070635b7cb0c117a21e615efc6358ed3182f2c.tar.gz gentoo-2-76070635b7cb0c117a21e615efc6358ed3182f2c.tar.bz2 gentoo-2-76070635b7cb0c117a21e615efc6358ed3182f2c.zip |
Marked ~amd64, resolves #62314.
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/scummvm-tools/ChangeLog | 6 | ||||
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-0.6.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-engines/scummvm-tools/ChangeLog b/games-engines/scummvm-tools/ChangeLog index ad788cad5854..5f11a34627e0 100644 --- a/games-engines/scummvm-tools/ChangeLog +++ b/games-engines/scummvm-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-engines/scummvm-tools # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.4 2004/07/29 08:24:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.5 2004/09/03 23:00:04 slarti Exp $ + + 03 Sep 2004; Tom Martin <slarti@gentoo.org> scummvm-tools-0.6.1.ebuild: + Marked ~amd64, resolves bug 62314. Thanks to Adrian Frühwirth + <adrian.fruehwirth@gmx.at> for reporting. *scummvm-tools-0.6.1 (29 Jul 2004) diff --git a/games-engines/scummvm-tools/scummvm-tools-0.6.1.ebuild b/games-engines/scummvm-tools/scummvm-tools-0.6.1.ebuild index 57ccb1142fc3..41179ed002b5 100644 --- a/games-engines/scummvm-tools/scummvm-tools-0.6.1.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.6.1.ebuild,v 1.1 2004/07/29 08:24:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.6.1.ebuild,v 1.2 2004/09/03 23:00:04 slarti Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/scummvm/${P}-src.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~amd64" IUSE="" DEPEND="virtual/libc" |