diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-02-27 02:39:10 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-02-27 02:39:10 +0000 |
commit | c4fb05ff2ecb6277d986e2ae434069b075439db6 (patch) | |
tree | ec47d987219f5a63f0b97ed4eea0614aece6139c /dev-python/csv | |
parent | Added patch to fix new glibc errno issues #16370 (#16267) (diff) | |
download | gentoo-2-c4fb05ff2ecb6277d986e2ae434069b075439db6.tar.gz gentoo-2-c4fb05ff2ecb6277d986e2ae434069b075439db6.tar.bz2 gentoo-2-c4fb05ff2ecb6277d986e2ae434069b075439db6.zip |
license cleanup
Diffstat (limited to 'dev-python/csv')
-rw-r--r-- | dev-python/csv/csv-0.5.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/csv/csv-0.5.0.ebuild b/dev-python/csv/csv-0.5.0.ebuild index ceec491f8729..a5057005f48f 100644 --- a/dev-python/csv/csv-0.5.0.ebuild +++ b/dev-python/csv/csv-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/csv/csv-0.5.0.ebuild,v 1.2 2003/02/13 11:33:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/csv/csv-0.5.0.ebuild,v 1.3 2003/02/27 02:39:10 liquidx Exp $ S="${WORKDIR}/${PN}" @@ -8,9 +8,10 @@ DESCRIPTION="CSV Module for Python" SRC_URI="http://www.object-craft.com.au/projects/csv/download/csv-0.5.tar.gz" HOMEPAGE="http://www.object-craft.com.au/projects/csv/" +IUSE="" KEYWORDS="~x86 ~alpha ~ppc ~sparc" DEPEND="virtual/python" -LICENSE="python" +LICENSE="PYTHON" SLOT="0" inherit distutils |