diff options
author | 2014-03-31 20:44:58 +0000 | |
---|---|---|
committer | 2014-03-31 20:44:58 +0000 | |
commit | d3c56f15e8ca3d52871829bdb2fc4b0fff3062ca (patch) | |
tree | 405db33bc76d404df80c2b70f5ff425ccc7de2e4 /dev-python/Yamlog | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-d3c56f15e8ca3d52871829bdb2fc4b0fff3062ca.tar.gz gentoo-2-d3c56f15e8ca3d52871829bdb2fc4b0fff3062ca.tar.bz2 gentoo-2-d3c56f15e8ca3d52871829bdb2fc4b0fff3062ca.zip |
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/Yamlog')
-rw-r--r-- | dev-python/Yamlog/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/Yamlog/Yamlog-0.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/Yamlog/ChangeLog b/dev-python/Yamlog/ChangeLog index 6e9c8c91d734..5167a1123243 100644 --- a/dev-python/Yamlog/ChangeLog +++ b/dev-python/Yamlog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/Yamlog -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Yamlog/ChangeLog,v 1.2 2013/12/15 04:10:23 idella4 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/Yamlog/ChangeLog,v 1.3 2014/03/31 20:44:58 mgorny Exp $ + + 31 Mar 2014; Michał Górny <mgorny@gentoo.org> Yamlog-0.9.ebuild: + Add support for the new PyPy slotting. 15 Dec 2013; Ian Delaney <idella4@gentoo.org> Yamlog-0.9.ebuild: Add pypi for HOMEPAGE, for now diff --git a/dev-python/Yamlog/Yamlog-0.9.ebuild b/dev-python/Yamlog/Yamlog-0.9.ebuild index a3dfccc3e0d1..eb27f39778b7 100644 --- a/dev-python/Yamlog/Yamlog-0.9.ebuild +++ b/dev-python/Yamlog/Yamlog-0.9.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Yamlog/Yamlog-0.9.ebuild,v 1.2 2013/12/15 04:10:23 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Yamlog/Yamlog-0.9.ebuild,v 1.3 2014/03/31 20:44:58 mgorny Exp $ # the test phase goes seeking Yamlog, not yamlog; semantics. Yamlog for now EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy pypy2_0 ) inherit distutils-r1 |