diff options
author | 2012-02-23 08:02:18 +0000 | |
---|---|---|
committer | 2012-02-23 08:02:18 +0000 | |
commit | d76e3df2cf3259f7176ed8de623dd87eab712ee8 (patch) | |
tree | f4f9008e2becbb491aba7f2b671ff06c5a95912a /dev-python | |
parent | Restricting pypy and jython (diff) | |
download | gentoo-2-d76e3df2cf3259f7176ed8de623dd87eab712ee8.tar.gz gentoo-2-d76e3df2cf3259f7176ed8de623dd87eab712ee8.tar.bz2 gentoo-2-d76e3df2cf3259f7176ed8de623dd87eab712ee8.zip |
Restricting pypy and jython
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyclimate/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/pyclimate/ChangeLog b/dev-python/pyclimate/ChangeLog index 325a09e9a915..d656d0ff3908 100644 --- a/dev-python/pyclimate/ChangeLog +++ b/dev-python/pyclimate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyclimate -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.25 2011/12/23 18:08:39 jlec Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.26 2012/02/23 08:02:18 patrick Exp $ + + 23 Feb 2012; Patrick Lauer <patrick@gentoo.org> pyclimate-1.2.2-r1.ebuild: + Restricting pypy and jython 23 Dec 2011; Justin Lecher <jlec@gentoo.org> pyclimate-1.2.2-r1.ebuild: Don't run dodoc on directories, #367665 diff --git a/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild b/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild index c543bfadb0d0..6995e7f44e88 100644 --- a/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild +++ b/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.9 2011/12/23 18:08:39 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.10 2012/02/23 08:02:18 patrick Exp $ EAPI="3" -PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" inherit eutils distutils |