diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-10-24 03:28:19 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-10-24 03:28:19 +0000 |
commit | e4f17dc30f1a78f9c24bb3183c76d00d57b60b80 (patch) | |
tree | b26ea1e8b0c6ab7492cbd5e927751eefd0499b1b /games-arcade | |
parent | Fixed linking problems with as-needed. See bug #151908. (diff) | |
download | gentoo-2-e4f17dc30f1a78f9c24bb3183c76d00d57b60b80.tar.gz gentoo-2-e4f17dc30f1a78f9c24bb3183c76d00d57b60b80.tar.bz2 gentoo-2-e4f17dc30f1a78f9c24bb3183c76d00d57b60b80.zip |
Marked ~amd64 for bug #152602
(Portage version: 2.1.2_pre3-r7)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/pengupop/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/pengupop/pengupop-2.1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-arcade/pengupop/ChangeLog b/games-arcade/pengupop/ChangeLog index 284cb4b74168..d9da970eb46d 100644 --- a/games-arcade/pengupop/ChangeLog +++ b/games-arcade/pengupop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/pengupop # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/ChangeLog,v 1.6 2006/10/23 08:49:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/ChangeLog,v 1.7 2006/10/24 03:28:19 dang Exp $ + + 24 Oct 2006; Daniel Gryniewicz <dang@gentoo.org> pengupop-2.1.8.ebuild: + Marked ~amd64 for bug #152602 *pengupop-2.1.9 (23 Oct 2006) diff --git a/games-arcade/pengupop/pengupop-2.1.8.ebuild b/games-arcade/pengupop/pengupop-2.1.8.ebuild index 39e35badf7e1..60a5b60dce9e 100644 --- a/games-arcade/pengupop/pengupop-2.1.8.ebuild +++ b/games-arcade/pengupop/pengupop-2.1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/pengupop-2.1.8.ebuild,v 1.1 2006/10/12 15:42:31 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/pengupop/pengupop-2.1.8.ebuild,v 1.2 2006/10/24 03:28:19 dang Exp $ inherit eutils games @@ -10,7 +10,7 @@ SRC_URI="http://www.junoplay.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="media-libs/libsdl" |