diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 12:40:05 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 12:40:05 +0000 |
commit | 8e82d0b0af52ae5640e93afda633d086ed4cae7f (patch) | |
tree | 2cf7c69a69702a5d92879214169e3c9ce498f5c5 /dev-python/csv/csv-1.0.ebuild | |
parent | Removed masks for app-i18n/uim-0.3.1 and media-fonts/unifont-1.0 since they a... (diff) | |
download | historical-8e82d0b0af52ae5640e93afda633d086ed4cae7f.tar.gz historical-8e82d0b0af52ae5640e93afda633d086ed4cae7f.tar.bz2 historical-8e82d0b0af52ae5640e93afda633d086ed4cae7f.zip |
Add missing IUSE.
Diffstat (limited to 'dev-python/csv/csv-1.0.ebuild')
-rw-r--r-- | dev-python/csv/csv-1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/csv/csv-1.0.ebuild b/dev-python/csv/csv-1.0.ebuild index 3452a009bc51..5b01720f8979 100644 --- a/dev-python/csv/csv-1.0.ebuild +++ b/dev-python/csv/csv-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/csv/csv-1.0.ebuild,v 1.6 2004/02/16 20:51:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/csv/csv-1.0.ebuild,v 1.7 2004/05/04 11:41:48 kloeri Exp $ inherit distutils @@ -11,5 +11,6 @@ SRC_URI="http://www.object-craft.com.au/projects/csv/download/${P}.tar.gz" LICENSE="PYTHON" SLOT="0" KEYWORDS="x86 ~alpha ~ppc ~sparc" +IUSE="" DEPEND="virtual/python" |