diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-02-04 07:57:15 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-02-04 07:57:15 +0000 |
commit | 3a360b76f60a206909e7c809b89285c324df8e0f (patch) | |
tree | 2576ab835b6a47bb804b64a3e97faaa0e23fd2dc /sci-libs | |
parent | Bump for #451728 (diff) | |
download | gentoo-2-3a360b76f60a206909e7c809b89285c324df8e0f.tar.gz gentoo-2-3a360b76f60a206909e7c809b89285c324df8e0f.tar.bz2 gentoo-2-3a360b76f60a206909e7c809b89285c324df8e0f.zip |
sci-libs/minfx: Allow py3
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/minfx/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/minfx/minfx-1.0.4_pre98.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/minfx/ChangeLog b/sci-libs/minfx/ChangeLog index 8749288f2cc2..ad5bf9456c61 100644 --- a/sci-libs/minfx/ChangeLog +++ b/sci-libs/minfx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/minfx # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/ChangeLog,v 1.3 2013/02/04 07:27:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/ChangeLog,v 1.4 2013/02/04 07:57:15 jlec Exp $ + + 04 Feb 2013; Justin Lecher <jlec@gentoo.org> minfx-1.0.4_pre98.ebuild: + Allow py3 *minfx-1.0.4_pre98 (04 Feb 2013) diff --git a/sci-libs/minfx/minfx-1.0.4_pre98.ebuild b/sci-libs/minfx/minfx-1.0.4_pre98.ebuild index 6beceab5766e..fa84d3f25173 100644 --- a/sci-libs/minfx/minfx-1.0.4_pre98.ebuild +++ b/sci-libs/minfx/minfx-1.0.4_pre98.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/minfx-1.0.4_pre98.ebuild,v 1.1 2013/02/04 07:27:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/minfx/minfx-1.0.4_pre98.ebuild,v 1.2 2013/02/04 07:57:15 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) inherit distutils-r1 |