diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-23 08:02:18 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-23 08:02:18 +0000 |
commit | cf1e0f5d51f8a12d1950203520652935c8d59b98 (patch) | |
tree | 20b51544272938928ff941e1b8d516a8933962ec /dev-python/pyclimate | |
parent | Remove old. (diff) | |
download | historical-cf1e0f5d51f8a12d1950203520652935c8d59b98.tar.gz historical-cf1e0f5d51f8a12d1950203520652935c8d59b98.tar.bz2 historical-cf1e0f5d51f8a12d1950203520652935c8d59b98.zip |
Restricting pypy and jython
Package-Manager: portage-2.2.0_alpha88/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pyclimate')
-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 |