diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-06-04 19:43:40 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-06-04 19:43:40 +0000 |
commit | 82252ebed08e57333daa8b1b21ce2b40405f78ce (patch) | |
tree | 8edd9e0c88f055a7b4bd558ee161c473f16d5044 /games-puzzle | |
parent | fixing format string vulnerability in email report code, #52945 (onliner patc... (diff) | |
download | gentoo-2-82252ebed08e57333daa8b1b21ce2b40405f78ce.tar.gz gentoo-2-82252ebed08e57333daa8b1b21ce2b40405f78ce.tar.bz2 gentoo-2-82252ebed08e57333daa8b1b21ce2b40405f78ce.zip |
~amd64
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild | 4 | ||||
-rw-r--r-- | games-puzzle/pathological/pathological-1.1.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild b/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild index e2529e541e58..604a44b602d4 100644 --- a/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild +++ b/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild,v 1.6 2004/05/13 20:51:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild,v 1.7 2004/06/04 19:40:42 jhuebel Exp $ inherit flag-o-matic games @@ -10,7 +10,7 @@ SRC_URI="http://www.artsoft.org/RELEASES/unix/mirrormagic/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" IUSE="X sdl" DEPEND="virtual/glibc diff --git a/games-puzzle/pathological/pathological-1.1.3.ebuild b/games-puzzle/pathological/pathological-1.1.3.ebuild index 718cfc64a572..74b81c88cd07 100644 --- a/games-puzzle/pathological/pathological-1.1.3.ebuild +++ b/games-puzzle/pathological/pathological-1.1.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/pathological-1.1.3.ebuild,v 1.3 2004/05/12 09:02:46 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/pathological-1.1.3.ebuild,v 1.4 2004/06/04 19:43:40 jhuebel Exp $ inherit games DESCRIPTION="An enriched clone of the game 'Logical' by Rainbow Arts" HOMEPAGE="http://pathological.sourceforge.net/" SRC_URI="mirror://sourceforge/pathological/${P}.tar.gz" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" LICENSE="GPL-2" SLOT="0" IUSE="doc" |