diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-03-01 22:49:32 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-03-01 22:49:32 +0000 |
commit | a5fce40010fe1b4570dc811e7b4b76eab860dad6 (patch) | |
tree | 4d004533579248f3195a3bd0f3556eabbad6f3d9 | |
parent | Update libgcrypt dep to use slot :0. (diff) | |
download | gentoo-2-a5fce40010fe1b4570dc811e7b4b76eab860dad6.tar.gz gentoo-2-a5fce40010fe1b4570dc811e7b4b76eab860dad6.tar.bz2 gentoo-2-a5fce40010fe1b4570dc811e7b4b76eab860dad6.zip |
Disable ensurepip.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
-rw-r--r-- | dev-lang/python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/python/python-3.4.0_rc1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index ea45620f2326..5002807b7bc3 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -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.744 2014/02/17 18:20:33 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.745 2014/03/01 22:49:32 floppym Exp $ + + 01 Mar 2014; Mike Gilbert <floppym@gentoo.org> python-3.4.0_rc1.ebuild: + Disable ensurepip. *python-3.4.0_rc1 (17 Feb 2014) diff --git a/dev-lang/python/python-3.4.0_rc1.ebuild b/dev-lang/python/python-3.4.0_rc1.ebuild index 5dcdfe6fa43f..395939478e9a 100644 --- a/dev-lang/python/python-3.4.0_rc1.ebuild +++ b/dev-lang/python/python-3.4.0_rc1.ebuild @@ -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-3.4.0_rc1.ebuild,v 1.1 2014/02/17 18:19:20 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.0_rc1.ebuild,v 1.2 2014/03/01 22:49:32 floppym Exp $ EAPI="4" WANT_AUTOMAKE="none" @@ -166,7 +166,8 @@ src_configure() { --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." |