summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-11-29 08:28:44 +0000
committerIan Delaney <idella4@gentoo.org>2014-11-29 08:28:44 +0000
commitc3d3e507c39a41fe0e9ee60331a19b40de20d605 (patch)
tree2e4868c8f0f9d1c7f5f5229ea6d3dd9d6ad20643 /dev-python/pytables
parentRepoint HOMEPAGE to github site. (diff)
downloadgentoo-2-c3d3e507c39a41fe0e9ee60331a19b40de20d605.tar.gz
gentoo-2-c3d3e507c39a41fe0e9ee60331a19b40de20d605.tar.bz2
gentoo-2-c3d3e507c39a41fe0e9ee60331a19b40de20d605.zip
remove unnecessary var confirmed by mgorny
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pytables')
-rw-r--r--dev-python/pytables/ChangeLog5
-rw-r--r--dev-python/pytables/pytables-3.1.1-r1.ebuild6
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-python/pytables/ChangeLog b/dev-python/pytables/ChangeLog
index 57d9672b7553..aa7ad1da136a 100644
--- a/dev-python/pytables/ChangeLog
+++ b/dev-python/pytables/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytables
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.54 2014/10/31 12:52:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.55 2014/11/29 08:28:44 idella4 Exp $
+
+ 29 Nov 2014; Ian Delaney <idella4@gentoo.org> pytables-3.1.1-r1.ebuild:
+ remove unnecessary var confirmed by mgorny
*pytables-3.1.1-r1 (31 Oct 2014)
diff --git a/dev-python/pytables/pytables-3.1.1-r1.ebuild b/dev-python/pytables/pytables-3.1.1-r1.ebuild
index 386ad3d23684..94b40bbff0ea 100644
--- a/dev-python/pytables/pytables-3.1.1-r1.ebuild
+++ b/dev-python/pytables/pytables-3.1.1-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-3.1.1-r1.ebuild,v 1.1 2014/10/31 12:52:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-3.1.1-r1.ebuild,v 1.2 2014/11/29 08:28:44 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
MY_PN=tables
MY_P=${MY_PN}-${PV}
@@ -20,8 +20,6 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="BSD"
IUSE="doc examples"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
RDEPEND="
app-arch/bzip2:0=
dev-libs/c-blosc:0=