diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-10-08 13:56:52 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-10-08 13:56:52 +0000 |
commit | 09059cdeb5d90c2c212dfbe03306af8352fc56a1 (patch) | |
tree | 5568d769c3a6ca6da92a31b63d3479a28b40281f /games-puzzle/pingus | |
parent | New conf.d and init.d files as well as sguil integration (diff) | |
download | gentoo-2-09059cdeb5d90c2c212dfbe03306af8352fc56a1.tar.gz gentoo-2-09059cdeb5d90c2c212dfbe03306af8352fc56a1.tar.bz2 gentoo-2-09059cdeb5d90c2c212dfbe03306af8352fc56a1.zip |
remove amd64 keyword till bug #85454 is fixed
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-puzzle/pingus')
-rw-r--r-- | games-puzzle/pingus/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/pingus/pingus-0.6.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-puzzle/pingus/ChangeLog b/games-puzzle/pingus/ChangeLog index f61249b2bf85..d30698c46740 100644 --- a/games-puzzle/pingus/ChangeLog +++ b/games-puzzle/pingus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/pingus # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.9 2005/09/12 03:08:49 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/ChangeLog,v 1.10 2005/10/08 13:56:52 blubb Exp $ + + 08 Oct 2005; Simon Stelling <blubb@gentoo.org> pingus-0.6.0-r1.ebuild: + remove amd64 keyword till bug #85454 is fixed 12 Sep 2005; Mark Loeser <halcy0n@gentoo.org> +files/pingus-0.6.0-gcc.patch, -files/pingus-0.6.0-gcc3.patch, diff --git a/games-puzzle/pingus/pingus-0.6.0-r1.ebuild b/games-puzzle/pingus/pingus-0.6.0-r1.ebuild index ecbe9f0cdc2e..e8478753a669 100644 --- a/games-puzzle/pingus/pingus-0.6.0-r1.ebuild +++ b/games-puzzle/pingus/pingus-0.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.6.0-r1.ebuild,v 1.14 2005/09/12 03:08:49 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.6.0-r1.ebuild,v 1.15 2005/10/08 13:56:52 blubb Exp $ inherit eutils flag-o-matic games @@ -10,7 +10,7 @@ SRC_URI="http://pingus.seul.org/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="-amd64 x86" IUSE="nls opengl" DEPEND=">=media-libs/hermes-1.3.2-r2 |