diff options
Diffstat (limited to 'games-engines/xzip/xzip-1.8.2-r2.ebuild')
-rw-r--r-- | games-engines/xzip/xzip-1.8.2-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-engines/xzip/xzip-1.8.2-r2.ebuild b/games-engines/xzip/xzip-1.8.2-r2.ebuild index af163cafd99b..e238875fcff7 100644 --- a/games-engines/xzip/xzip-1.8.2-r2.ebuild +++ b/games-engines/xzip/xzip-1.8.2-r2.ebuild @@ -1,8 +1,8 @@ -# 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-engines/xzip/xzip-1.8.2-r2.ebuild,v 1.5 2004/06/24 22:39:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/xzip/xzip-1.8.2-r2.ebuild,v 1.6 2005/09/26 17:56:36 wolf31o2 Exp $ -inherit games eutils +inherit eutils games DESCRIPTION="X interface to Z-code based text games" HOMEPAGE="http://www.eblong.com/zarf/xzip.html" @@ -10,7 +10,7 @@ SRC_URI="http://www.eblong.com/zarf/ftp/xzip182.tar.Z" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~amd64" +KEYWORDS="~amd64 ppc x86" IUSE="" RDEPEND="virtual/x11" |