diff options
author | Tristan Heaven <tristan@gentoo.org> | 2009-05-31 02:39:49 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2009-05-31 02:39:49 +0000 |
commit | 2698569f3b3df97ea3eed7a1d7d81cc104ea908f (patch) | |
tree | 42d34304fd110adcdb9dfa9ac31e9ab96a99b4c5 /games-util/dzip/dzip-2.9-r2.ebuild | |
parent | patch for building with gcc44 - submitted by Mike Limansky via bug #271919 (diff) | |
download | historical-2698569f3b3df97ea3eed7a1d7d81cc104ea908f.tar.gz historical-2698569f3b3df97ea3eed7a1d7d81cc104ea908f.tar.bz2 historical-2698569f3b3df97ea3eed7a1d7d81cc104ea908f.zip |
Fix LICENSE: as-is -> ZLIB
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'games-util/dzip/dzip-2.9-r2.ebuild')
-rw-r--r-- | games-util/dzip/dzip-2.9-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/dzip/dzip-2.9-r2.ebuild b/games-util/dzip/dzip-2.9-r2.ebuild index 1ed47d7aff30..a5d67cf62e71 100644 --- a/games-util/dzip/dzip-2.9-r2.ebuild +++ b/games-util/dzip/dzip-2.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/dzip/dzip-2.9-r2.ebuild,v 1.1 2009/04/14 16:59:19 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/dzip/dzip-2.9-r2.ebuild,v 1.2 2009/05/31 02:39:49 nyhm Exp $ EAPI=2 inherit eutils games @@ -9,7 +9,7 @@ DESCRIPTION="compressor/uncompressor for demo recordings from id's Quake" HOMEPAGE="http://speeddemosarchive.com/dzip/" SRC_URI="http://speeddemosarchive.com/dzip/dz${PV/./}src.zip" -LICENSE="as-is" +LICENSE="ZLIB" SLOT="0" KEYWORDS="~ppc ~x86" IUSE="" |