diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-01-02 18:52:14 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-01-02 18:52:14 +0000 |
commit | c0b3c9c5cd627f60baf224a0532b36218726288b (patch) | |
tree | ea8cd8dc05949426f8bc23311e9807017b987219 /games-action | |
parent | Added ~amd64 keyword. Closes bug #109332. (diff) | |
download | gentoo-2-c0b3c9c5cd627f60baf224a0532b36218726288b.tar.gz gentoo-2-c0b3c9c5cd627f60baf224a0532b36218726288b.tar.bz2 gentoo-2-c0b3c9c5cd627f60baf224a0532b36218726288b.zip |
Fix package to work on amd64 thanks to Marti Raudsepp <integor@gmail.com>. Added ~amd64 keyword. Closes bug #117409.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/parsec/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/parsec/parsec-0197.ebuild | 12 |
2 files changed, 13 insertions, 7 deletions
diff --git a/games-action/parsec/ChangeLog b/games-action/parsec/ChangeLog index a99adee04336..318cfb0c4ad6 100644 --- a/games-action/parsec/ChangeLog +++ b/games-action/parsec/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/parsec -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/ChangeLog,v 1.6 2005/09/16 22:04:08 ciaranm Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/ChangeLog,v 1.7 2006/01/02 18:52:14 metalgod Exp $ + + 02 Jan 2006; Luis Medinas <metalgod@gentoo.org> parsec-0197.ebuild: + Fix package to work on amd64 thanks to Marti Raudsepp <integor@gmail.com>. + Added ~amd64 keyword. Closes bug #117409. 16 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog: Converted to UTF-8, fixed encoding screwups diff --git a/games-action/parsec/parsec-0197.ebuild b/games-action/parsec/parsec-0197.ebuild index 5e8999709915..f71f88fab388 100644 --- a/games-action/parsec/parsec-0197.ebuild +++ b/games-action/parsec/parsec-0197.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/parsec-0197.ebuild,v 1.6 2004/06/24 21:57:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/parsec/parsec-0197.ebuild,v 1.7 2006/01/02 18:52:14 metalgod Exp $ -inherit games +inherit eutils games DESCRIPTION="Parsec - there is no safe distance" HOMEPAGE="http://openparsec.sourceforge.net/" @@ -13,7 +13,7 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="virtual/x11 @@ -21,7 +21,9 @@ DEPEND="virtual/x11 virtual/glut virtual/glu media-libs/openal - sys-libs/lib-compat" + x86? ( sys-libs/lib-compat ) + amd64? ( app-emulation/emul-linux-x86-xlibs + app-emulation/emul-linux-x86-compat )" S=${WORKDIR}/${PN} |