summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-02-01 22:15:39 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-02-01 22:15:39 +0000
commit31b29591fcbcc38831cc21fc469c98d96e3b2c21 (patch)
tree187abc213f5d1f60fbbd82bc77cc1ca8570947e7 /dev-python/pytables
parentVersion bump. Removed some older buggy versions (diff)
downloadgentoo-2-31b29591fcbcc38831cc21fc469c98d96e3b2c21.tar.gz
gentoo-2-31b29591fcbcc38831cc21fc469c98d96e3b2c21.tar.bz2
gentoo-2-31b29591fcbcc38831cc21fc469c98d96e3b2c21.zip
stable x86, bug 223273
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'dev-python/pytables')
-rw-r--r--dev-python/pytables/ChangeLog6
-rw-r--r--dev-python/pytables/pytables-2.1.2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/pytables/ChangeLog b/dev-python/pytables/ChangeLog
index 20e55f98d92f..f2be2359616f 100644
--- a/dev-python/pytables/ChangeLog
+++ b/dev-python/pytables/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pytables
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.33 2010/02/01 20:40:05 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.34 2010/02/01 22:15:39 fauli Exp $
+
+ 01 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
+ pytables-2.1.2.ebuild:
+ stable x86, bug 223273
01 Feb 2010; Sébastien Fabbro <bicatali@gentoo.org>
pytables-2.1.2.ebuild:
diff --git a/dev-python/pytables/pytables-2.1.2.ebuild b/dev-python/pytables/pytables-2.1.2.ebuild
index 0e9ae7e9ca9e..3e544de872dc 100644
--- a/dev-python/pytables/pytables-2.1.2.ebuild
+++ b/dev-python/pytables/pytables-2.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.1.2.ebuild,v 1.3 2010/02/01 20:40:05 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-2.1.2.ebuild,v 1.4 2010/02/01 22:15:39 fauli Exp $
EAPI=2
inherit eutils distutils
@@ -11,7 +11,7 @@ DESCRIPTION="A package for managing hierarchical datasets built on top of the HD
SRC_URI="http://www.pytables.org/download/stable/${MYP}.tar.gz"
HOMEPAGE="http://www.pytables.org/"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
LICENSE="BSD"
IUSE="doc examples mpi"