diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-25 18:53:50 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-25 18:53:50 +0000 |
commit | c608eb4aee3ee8c061f907c2b85a0874acfc6d84 (patch) | |
tree | 4bd3818ffadfbf2f9e0a6e603fdfe435eee2eef3 /virtual | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-c608eb4aee3ee8c061f907c2b85a0874acfc6d84.tar.gz gentoo-2-c608eb4aee3ee8c061f907c2b85a0874acfc6d84.tar.bz2 gentoo-2-c608eb4aee3ee8c061f907c2b85a0874acfc6d84.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/pyfits/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/pyfits/pyfits-0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/pyfits/ChangeLog b/virtual/pyfits/ChangeLog index 368cba068ba2..add6efe91faf 100644 --- a/virtual/pyfits/ChangeLog +++ b/virtual/pyfits/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/pyfits # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pyfits/ChangeLog,v 1.3 2014/02/05 23:45:33 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pyfits/ChangeLog,v 1.4 2014/11/25 18:53:50 pacho Exp $ + + 25 Nov 2014; Pacho Ramos <pacho@gentoo.org> pyfits-0.ebuild: + Support python 3.4 05 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> pyfits-0.ebuild: Reworked providers for pyfits for newer astropy diff --git a/virtual/pyfits/pyfits-0.ebuild b/virtual/pyfits/pyfits-0.ebuild index e5b9854dd4e8..bb335d874c8e 100644 --- a/virtual/pyfits/pyfits-0.ebuild +++ b/virtual/pyfits/pyfits-0.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/virtual/pyfits/pyfits-0.ebuild,v 1.3 2014/02/05 23:45:33 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pyfits/pyfits-0.ebuild,v 1.4 2014/11/25 18:53:50 pacho Exp $ EAPI=5 -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 python-r1 |