floppym 14/12/24 19:06:43 Modified: python-2.7.9.ebuild ChangeLog Log: Pass --without-ensurepip to configure. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.7 dev-lang/python/python-2.7.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.9.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.9.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.9.ebuild?r1=1.6&r2=1.7 Index: python-2.7.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.9.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-2.7.9.ebuild 24 Dec 2014 14:45:22 -0000 1.6 +++ python-2.7.9.ebuild 24 Dec 2014 19:06:43 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.9.ebuild,v 1.6 2014/12/24 14:45:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.9.ebuild,v 1.7 2014/12/24 19:06:43 floppym Exp $ EAPI="4" WANT_AUTOMAKE="none" @@ -204,7 +204,8 @@ --with-libc="" \ --enable-loadable-sqlite-extensions \ --with-system-expat \ - --with-system-ffi + --with-system-ffi \ + --without-ensurepip if use threads && grep -q "#define POSIX_SEMAPHORES_NOT_ENABLED 1" pyconfig.h; then eerror "configure has detected that the sem_open function is broken." 1.805 dev-lang/python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.805&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.805&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.804&r2=1.805 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v retrieving revision 1.804 retrieving revision 1.805 diff -u -r1.804 -r1.805 --- ChangeLog 24 Dec 2014 14:45:22 -0000 1.804 +++ ChangeLog 24 Dec 2014 19:06:43 -0000 1.805 @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.804 2014/12/24 14:45:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.805 2014/12/24 19:06:43 floppym Exp $ + + 24 Dec 2014; Mike Gilbert <[email protected]> python-2.7.9.ebuild: + Pass --without-ensurepip to configure. 24 Dec 2014; Agostino Sarubbo <[email protected]> python-2.7.9.ebuild: Stable for ppc64, wrt bug #532232
