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 | 0fd17ca36c16eab28e8af6b1bf97947a0b05f011 (patch) | |
tree | 41c538e6cf57e9f6414c22256fcc4af650599fd0 /games-action/parsec | |
parent | Added ~amd64 keyword. Closes bug #109332. (diff) | |
download | historical-0fd17ca36c16eab28e8af6b1bf97947a0b05f011.tar.gz historical-0fd17ca36c16eab28e8af6b1bf97947a0b05f011.tar.bz2 historical-0fd17ca36c16eab28e8af6b1bf97947a0b05f011.zip |
Fix package to work on amd64 thanks to Marti Raudsepp <integor@gmail.com>. Added ~amd64 keyword. Closes bug #117409.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'games-action/parsec')
-rw-r--r-- | games-action/parsec/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/parsec/Manifest | 14 | ||||
-rw-r--r-- | games-action/parsec/parsec-0197.ebuild | 12 |
3 files changed, 20 insertions, 14 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/Manifest b/games-action/parsec/Manifest index 77eb0bdc614b..0fd57ff98a30 100644 --- a/games-action/parsec/Manifest +++ b/games-action/parsec/Manifest @@ -1,15 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 39a307059265b90466c00d7228204f53 parsec-0197.ebuild 945 -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 826af3c1455c4cdfe0ca02ce0ab75b00 ChangeLog 673 +MD5 afff99d473c9fb53c554401cb939dbf1 ChangeLog 866 MD5 b1474fdd4dba91a127dd4edee3137e96 files/digest-parsec-0197 74 MD5 dbf54802fadb1edabd6f18885c2fb502 files/parsec 45 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 f8cb9fa115168cceb227cc77fc291da9 parsec-0197.ebuild 1052 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDK0GKLLFUmVNQ7rkRAm9LAKCUeP9XEjWIuiaDZ77xAvBZEe/Y5QCgj8/b -j8D2/DupAnI7/E+bQdN9Q/U= -=FKxy +iD8DBQFDuXY8wUpWvClEHQoRAnCGAJ4tdAA8eRJsi/dSA85Xp2XlYNVWwgCggLce +VryFEaTkOoEOBH7pu8HyJi8= +=FjpY -----END PGP SIGNATURE----- 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} |