diff options
author | Joshua Kinard <kumba@gentoo.org> | 2009-04-17 06:56:30 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2009-04-17 06:56:30 +0000 |
commit | 9615daee46377acbe515fda00c7c26302cf71b4b (patch) | |
tree | f762361b3349949e63ca198398caa4799cd4cb86 /dev-lang/python | |
parent | Restore accidentally dropped ~hppa keyword as reported by jer bug #266459 (diff) | |
download | gentoo-2-9615daee46377acbe515fda00c7c26302cf71b4b.tar.gz gentoo-2-9615daee46377acbe515fda00c7c26302cf71b4b.tar.bz2 gentoo-2-9615daee46377acbe515fda00c7c26302cf71b4b.zip |
Python 2.6 has a build failure on MIPS for now. Dropping our unstable keywords until it's fixed by upstream or if Upstreams latest patch on their bug is added. Refer to #266471 for Gentoo for the tracker, or http://bugs.python.org/issue4305 for the Python issue.
(Portage version: 2.1.6.11/cvs/Linux mips64)
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lang/python/python-2.6-r5.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-2.6.1-r1.ebuild | 4 |
3 files changed, 12 insertions, 5 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog index cf7d0abcccc0..db6dee87424a 100644 --- a/dev-lang/python/ChangeLog +++ b/dev-lang/python/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-lang/python # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.370 2009/04/12 09:35:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.371 2009/04/17 06:56:29 kumba Exp $ + + 17 Apr 2009; Joshua Kinard <kumba@gentoo.org> python-2.6-r5.ebuild, + python-2.6.1-r1.ebuild: + Python 2.6 has a build failure on MIPS for now. Dropping our unstable + keywords until it's fixed by upstream or if Upstreams latest patch on + their bug is added. Refer to #266471 for Gentoo for the tracker, or + http://bugs.python.org/issue4305 for the Python issue. 12 Apr 2009; Mike Frysinger <vapier@gentoo.org> +files/python-2.6-chflags-cross.patch, diff --git a/dev-lang/python/python-2.6-r5.ebuild b/dev-lang/python/python-2.6-r5.ebuild index 4f41cc57c1c8..11ba3fd34201 100644 --- a/dev-lang/python/python-2.6-r5.ebuild +++ b/dev-lang/python/python-2.6-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6-r5.ebuild,v 1.7 2009/03/26 05:10:31 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6-r5.ebuild,v 1.8 2009/04/17 06:56:30 kumba Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -26,7 +26,7 @@ SRC_URI="http://www.python.org/ftp/python/2.6/${MY_P}.tar.bz2 LICENSE="PSF-2.2" SLOT="2.6" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="+xml ncurses gdbm ssl readline tk berkdb ipv6 build ucs2 sqlite doc +threads examples elibc_uclibc wininst" # NOTE: dev-python/{elementtree,celementtree,pysqlite,ctypes,cjkcodecs} diff --git a/dev-lang/python/python-2.6.1-r1.ebuild b/dev-lang/python/python-2.6.1-r1.ebuild index 6db9fb9a9009..25ff2489a33a 100644 --- a/dev-lang/python/python-2.6.1-r1.ebuild +++ b/dev-lang/python/python-2.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.1-r1.ebuild,v 1.3 2009/04/12 09:35:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.1-r1.ebuild,v 1.4 2009/04/17 06:56:30 kumba Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -26,7 +26,7 @@ SRC_URI="http://www.python.org/ftp/python/2.6.1/${MY_P}.tar.bz2 LICENSE="PSF-2.2" SLOT="2.6" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="berkdb build doc elibc_uclibc examples gdbm ipv6 ncurses readline sqlite ssl +threads tk ucs2 wininst +xml" # NOTE: dev-python/{elementtree,celementtree,pysqlite,ctypes,cjkcodecs} |