diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-10-22 16:31:55 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-10-22 16:31:55 +0000 |
commit | 69a521f67fa01d50949e9261c5b8c17b05458087 (patch) | |
tree | e6136ce8657c4a80aea0bd626adb9e0e78ddfbbf /games-puzzle | |
parent | some error checking (Manifest recommit) (diff) | |
download | gentoo-2-69a521f67fa01d50949e9261c5b8c17b05458087.tar.gz gentoo-2-69a521f67fa01d50949e9261c5b8c17b05458087.tar.bz2 gentoo-2-69a521f67fa01d50949e9261c5b8c17b05458087.zip |
~amd64
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/bastet/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/bastet/bastet-0.41.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-puzzle/bastet/ChangeLog b/games-puzzle/bastet/ChangeLog index 775fc900c711..4e9a93f7306c 100644 --- a/games-puzzle/bastet/ChangeLog +++ b/games-puzzle/bastet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/bastet # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/bastet/ChangeLog,v 1.1 2004/10/22 01:44:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/bastet/ChangeLog,v 1.2 2004/10/22 16:27:34 blubb Exp $ + + 22 Oct 2004; Simon Stelling <blubb@gentoo.org> bastet-0.41.ebuild: + added ~amd64 *bastet-0.41 (21 Oct 2004) diff --git a/games-puzzle/bastet/bastet-0.41.ebuild b/games-puzzle/bastet/bastet-0.41.ebuild index cc483ba36198..303b07f3db3b 100644 --- a/games-puzzle/bastet/bastet-0.41.ebuild +++ b/games-puzzle/bastet/bastet-0.41.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-puzzle/bastet/bastet-0.41.ebuild,v 1.1 2004/10/22 01:44:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/bastet/bastet-0.41.ebuild,v 1.2 2004/10/22 16:27:34 blubb Exp $ inherit games flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://fph.altervista.org/prog/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" IUSE="" DEPEND=">=sys-libs/ncurses-5" |