summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-28 21:01:38 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-28 21:01:38 +0000
commit7398325d5aacab1ebce99a4f1521e1c4d1bea261 (patch)
tree87c014bd9e4b2f169e3196ea23e78d78f507e8c8 /sci-physics
parentAdd proxy-maint. (diff)
downloadgentoo-2-7398325d5aacab1ebce99a4f1521e1c4d1bea261.tar.gz
gentoo-2-7398325d5aacab1ebce99a4f1521e1c4d1bea261.tar.bz2
gentoo-2-7398325d5aacab1ebce99a4f1521e1c4d1bea261.zip
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/lhapdf/ChangeLog5
-rw-r--r--sci-physics/lhapdf/lhapdf-6.1.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/lhapdf/ChangeLog b/sci-physics/lhapdf/ChangeLog
index 5318d6bd03c4..3f631ba87c82 100644
--- a/sci-physics/lhapdf/ChangeLog
+++ b/sci-physics/lhapdf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-physics/lhapdf
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v 1.28 2014/06/30 18:43:22 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v 1.29 2014/11/28 21:01:38 pacho Exp $
+
+ 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> lhapdf-6.1.3.ebuild:
+ Support python 3.4
*lhapdf-6.1.3 (30 Jun 2014)
diff --git a/sci-physics/lhapdf/lhapdf-6.1.3.ebuild b/sci-physics/lhapdf/lhapdf-6.1.3.ebuild
index 5758c5d6e65b..93c7e2794607 100644
--- a/sci-physics/lhapdf/lhapdf-6.1.3.ebuild
+++ b/sci-physics/lhapdf/lhapdf-6.1.3.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-6.1.3.ebuild,v 1.1 2014/06/30 18:43:22 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-6.1.3.ebuild,v 1.2 2014/11/28 21:01:38 pacho Exp $
EAPI=5
AUTOTOOLS_IN_SOURCE_BUILD=yes
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit versionator autotools-utils distutils-r1