diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2014-03-30 19:29:40 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2014-03-30 19:29:40 +0000 |
commit | 09bbfc7c53d24353f6838feedebee18204e0e0ac (patch) | |
tree | fd4f50abd7e52073cf3f73519675a5972337b00e /dev-python/pyro | |
parent | Drop base.eclass (bug #497048) (diff) | |
download | gentoo-2-09bbfc7c53d24353f6838feedebee18204e0e0ac.tar.gz gentoo-2-09bbfc7c53d24353f6838feedebee18204e0e0ac.tar.bz2 gentoo-2-09bbfc7c53d24353f6838feedebee18204e0e0ac.zip |
Python 3.4 is masked, thus removing from targets.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
Diffstat (limited to 'dev-python/pyro')
-rw-r--r-- | dev-python/pyro/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyro/pyro-4.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyro/ChangeLog b/dev-python/pyro/ChangeLog index 74728a9fd86b..a962ae63964d 100644 --- a/dev-python/pyro/ChangeLog +++ b/dev-python/pyro/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyro # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.104 2014/03/05 15:40:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.105 2014/03/30 19:29:40 aidecoe Exp $ + + 30 Mar 2014; Amadeusz Żołnowski <aidecoe@gentoo.org> pyro-4.24.ebuild: + Python 3.4 is masked, thus removing from targets. 05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> pyro-4.23.ebuild: Stable for ppc, wrt bug #502792 diff --git a/dev-python/pyro/pyro-4.24.ebuild b/dev-python/pyro/pyro-4.24.ebuild index dce41ac01423..36789d46f40f 100644 --- a/dev-python/pyro/pyro-4.24.ebuild +++ b/dev-python/pyro/pyro-4.24.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/pyro/pyro-4.24.ebuild,v 1.1 2014/03/03 11:01:57 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-4.24.ebuild,v 1.2 2014/03/30 19:29:40 aidecoe Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) inherit distutils-r1 |