mgorny 14/03/31 20:25:28 Modified: jaxml-3.02-r1.ebuild ChangeLog Log: Add support for the new PyPy slotting. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.7 dev-python/jaxml/jaxml-3.02-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jaxml/jaxml-3.02-r1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jaxml/jaxml-3.02-r1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jaxml/jaxml-3.02-r1.ebuild?r1=1.6&r2=1.7 Index: jaxml-3.02-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/jaxml/jaxml-3.02-r1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- jaxml-3.02-r1.ebuild 18 Mar 2014 16:14:31 -0000 1.6 +++ jaxml-3.02-r1.ebuild 31 Mar 2014 20:25:28 -0000 1.7 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jaxml/jaxml-3.02-r1.ebuild,v 1.6 2014/03/18 16:14:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jaxml/jaxml-3.02-r1.ebuild,v 1.7 2014/03/31 20:25:28 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) inherit distutils-r1 1.23 dev-python/jaxml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jaxml/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jaxml/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jaxml/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/jaxml/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 18 Mar 2014 16:14:31 -0000 1.22 +++ ChangeLog 31 Mar 2014 20:25:28 -0000 1.23 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/jaxml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jaxml/ChangeLog,v 1.22 2014/03/18 16:14:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jaxml/ChangeLog,v 1.23 2014/03/31 20:25:28 mgorny Exp $ + + 31 Mar 2014; Michał Górny <[email protected]> jaxml-3.02-r1.ebuild: + Add support for the new PyPy slotting. 18 Mar 2014; Agostino Sarubbo <[email protected]> jaxml-3.02-r1.ebuild: Stable for ia64, wrt bug #502784
