floppym 14/09/07 19:21:55 Modified: six-9999.ebuild ChangeLog Log: Add python3.4 to live ebuild. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.10 dev-python/six/six-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/six/six-9999.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/six/six-9999.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/six/six-9999.ebuild?r1=1.9&r2=1.10 Index: six-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/six/six-9999.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- six-9999.ebuild 31 Mar 2014 20:41:34 -0000 1.9 +++ six-9999.ebuild 7 Sep 2014 19:21:54 -0000 1.10 @@ -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/six/six-9999.ebuild,v 1.9 2014/03/31 20:41:34 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/six/six-9999.ebuild,v 1.10 2014/09/07 19:21:54 floppym Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) #if LIVE EHG_REPO_URI="https://bitbucket.org/gutworth/six" 1.50 dev-python/six/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/six/ChangeLog?rev=1.50&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/six/ChangeLog?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/six/ChangeLog?r1=1.49&r2=1.50 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/six/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- ChangeLog 25 Aug 2014 17:32:25 -0000 1.49 +++ ChangeLog 7 Sep 2014 19:21:54 -0000 1.50 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/six # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/six/ChangeLog,v 1.49 2014/08/25 17:32:25 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/six/ChangeLog,v 1.50 2014/09/07 19:21:54 floppym Exp $ + + 07 Sep 2014; Mike Gilbert <[email protected]> six-9999.ebuild: + Add python3.4 to live ebuild. 25 Aug 2014; Manuel RĂ¼ger <[email protected]> six-1.6.1.ebuild: Mark amd64 stable. Bug #516408.
