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/pytables | |
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/pytables')
-rw-r--r-- | dev-python/pytables/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pytables/pytables-0.7.2.ebuild | 3 | ||||
-rw-r--r-- | dev-python/pytables/pytables-0.8.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/pytables/ChangeLog b/dev-python/pytables/ChangeLog index 75709b4ebd46..e09477f671e8 100644 --- a/dev-python/pytables/ChangeLog +++ b/dev-python/pytables/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pytables # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.3 2004/03/09 23:05:07 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.4 2004/05/04 12:21:02 kloeri Exp $ + + 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> pytables-0.7.2.ebuild, + pytables-0.8.ebuild: + Add missing IUSE. *pytables-0.8 (10 Mar 2004) diff --git a/dev-python/pytables/pytables-0.7.2.ebuild b/dev-python/pytables/pytables-0.7.2.ebuild index 36af9111cc80..70500054bf37 100644 --- a/dev-python/pytables/pytables-0.7.2.ebuild +++ b/dev-python/pytables/pytables-0.7.2.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/pytables/pytables-0.7.2.ebuild,v 1.2 2004/02/16 20:49:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-0.7.2.ebuild,v 1.3 2004/05/04 12:21:02 kloeri Exp $ inherit distutils @@ -16,3 +16,4 @@ DEPEND=">=dev-lang/python-2.2 SLOT="0" KEYWORDS="~x86" LICENSE="as-is" +IUSE="" diff --git a/dev-python/pytables/pytables-0.8.ebuild b/dev-python/pytables/pytables-0.8.ebuild index d3211ef04544..cc51f98d5508 100644 --- a/dev-python/pytables/pytables-0.8.ebuild +++ b/dev-python/pytables/pytables-0.8.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/pytables/pytables-0.8.ebuild,v 1.1 2004/03/09 23:05:07 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-0.8.ebuild,v 1.2 2004/05/04 12:21:02 kloeri Exp $ inherit distutils @@ -16,3 +16,4 @@ DEPEND=">=dev-lang/python-2.2 SLOT="0" KEYWORDS="~x86" LICENSE="as-is" +IUSE="" |