diff options
author | 2005-09-26 17:56:36 +0000 | |
---|---|---|
committer | 2005-09-26 17:56:36 +0000 | |
commit | 7fc404ad484480d78d167d47240e814f09889ef8 (patch) | |
tree | d5f50a1a476a9801f6c57c7a52d0c6c24da89f34 /games-engines | |
parent | Making games last on inherit line. (diff) | |
download | gentoo-2-7fc404ad484480d78d167d47240e814f09889ef8.tar.gz gentoo-2-7fc404ad484480d78d167d47240e814f09889ef8.tar.bz2 gentoo-2-7fc404ad484480d78d167d47240e814f09889ef8.zip |
Making games last on inherit line.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/xzip/ChangeLog | 7 | ||||
-rw-r--r-- | games-engines/xzip/xzip-1.8.2-r2.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-engines/xzip/ChangeLog b/games-engines/xzip/ChangeLog index dfa846d9d15d..d2e620901a51 100644 --- a/games-engines/xzip/ChangeLog +++ b/games-engines/xzip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/xzip -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/xzip/ChangeLog,v 1.5 2004/12/29 00:01:52 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/xzip/ChangeLog,v 1.6 2005/09/26 17:56:36 wolf31o2 Exp $ + + 26 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> xzip-1.8.2-r2.ebuild: + Making games last on inherit line. 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance 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" |