diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2005-03-06 15:07:06 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2005-03-06 15:07:06 +0000 |
commit | 8426e6bf8013ca3585348db54e24a38ceaab1ffa (patch) | |
tree | 9f905ed36da4a42cada683a40894e69273a1d29c /games-action | |
parent | Install header files, support for LFS, optional support for PVM and threads. (diff) | |
download | gentoo-2-8426e6bf8013ca3585348db54e24a38ceaab1ffa.tar.gz gentoo-2-8426e6bf8013ca3585348db54e24a38ceaab1ffa.tar.bz2 gentoo-2-8426e6bf8013ca3585348db54e24a38ceaab1ffa.zip |
~amd64
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/xpilot/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/xpilot/xpilot-4.5.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-action/xpilot/ChangeLog b/games-action/xpilot/ChangeLog index 19631101ca70..8b5d4e0723ca 100644 --- a/games-action/xpilot/ChangeLog +++ b/games-action/xpilot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/xpilot -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v 1.6 2004/12/28 22:53:29 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v 1.7 2005/03/06 15:07:06 kugelfang Exp $ + + 06 Mar 2005; Danny van Dyk <kugelfang@gentoo.org> xpilot-4.5.4.ebuild: + Marked ~amd64. 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/games-action/xpilot/xpilot-4.5.4.ebuild b/games-action/xpilot/xpilot-4.5.4.ebuild index 7d3c12d9d497..6bb7dbdec44a 100644 --- a/games-action/xpilot/xpilot-4.5.4.ebuild +++ b/games-action/xpilot/xpilot-4.5.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.4.ebuild,v 1.5 2004/06/24 22:00:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.4.ebuild,v 1.6 2005/03/06 15:07:06 kugelfang Exp $ DESCRIPTION="A multi-player 2D client/server space game" HOMEPAGE="http://www.xpilot.org/" @@ -8,7 +8,7 @@ SRC_URI="http://xpilot.org/pub/xpilot/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~amd64" IUSE="" RDEPEND="virtual/x11" |