From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NQlE4-00047a-1k for garchives@archives.gentoo.org; Fri, 01 Jan 2010 17:23:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13073E07A7; Fri, 1 Jan 2010 17:23:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BD369E07A7 for ; Fri, 1 Jan 2010 17:23:46 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 62A2B67F41 for ; Fri, 1 Jan 2010 17:23:46 +0000 (UTC) Received: from ranger by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NQlE1-0006x4-TC for gentoo-commits@lists.gentoo.org; Fri, 01 Jan 2010 17:23:45 +0000 From: "Brent Baude (ranger)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ranger@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.6.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: python-2.6.4.ebuild ChangeLog X-VCS-Directories: dev-lang/python X-VCS-Committer: ranger X-VCS-Committer-Name: Brent Baude Content-Type: text/plain; charset=utf8 Message-Id: Sender: Brent Baude Date: Fri, 01 Jan 2010 17:23:45 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5733ab6f-ff74-4178-a9c8-2838b3751ce9 X-Archives-Hash: f3a78bff06e3e07454c7f09531499e3e ranger 10/01/01 17:23:45 Modified: python-2.6.4.ebuild ChangeLog Log: Marking python-2.6.4 ppc64 for bug 295066 (Portage version: 2.1.7.16/cvs/Linux ppc64) Revision Changes Path 1.10 dev-lang/python/python-2.6.4.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-2.6.4.ebuild?rev=3D1.10&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-2.6.4.ebuild?rev=3D1.10&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-2.6.4.ebuild?r1=3D1.9&r2=3D1.10 Index: python-2.6.4.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.4.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-2.6.4.ebuild 20 Dec 2009 16:02:41 -0000 1.9 +++ python-2.6.4.ebuild 1 Jan 2010 17:23:45 -0000 1.10 @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.4.ebuild,v= 1.9 2009/12/20 16:02:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.4.ebuild,v= 1.10 2010/01/01 17:23:45 ranger Exp $ =20 EAPI=3D"2" =20 @@ -23,7 +23,7 @@ =20 LICENSE=3D"PSF-2.2" SLOT=3D"2.6" -KEYWORDS=3D"alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh spar= c x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS=3D"alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc= x86 ~sparc-fbsd ~x86-fbsd" IUSE=3D"-berkdb build doc elibc_uclibc examples gdbm ipv6 +ncurses +read= line sqlite ssl +threads tk +wide-unicode wininst +xml" =20 # NOTE: dev-python/{elementtree,celementtree,pysqlite,ctypes} 1.441 dev-lang/python/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/Ch= angeLog?rev=3D1.441&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/Ch= angeLog?rev=3D1.441&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/Ch= angeLog?r1=3D1.440&r2=3D1.441 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v retrieving revision 1.440 retrieving revision 1.441 diff -u -r1.440 -r1.441 --- ChangeLog 20 Dec 2009 16:02:41 -0000 1.440 +++ ChangeLog 1 Jan 2010 17:23:45 -0000 1.441 @@ -1,6 +1,9 @@ # 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.440 200= 9/12/20 16:02:41 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.441 201= 0/01/01 17:23:45 ranger Exp $ + + 01 Jan 2010; Brent Baude python-2.6.4.ebuild: + Marking python-2.6.4 ppc64 for bug 295066 =20 20 Dec 2009; Ra=C3=BAl Porcel python-2.6.4.ebuild= : alpha/ia64/m68k/s390/sh/sparc stable wrt #295066