From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1K0J46-0004jV-Tl for garchives@archives.gentoo.org; Sun, 25 May 2008 16:27:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D99A1E00FD; Sun, 25 May 2008 16:27:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B6584E00FD for ; Sun, 25 May 2008 16:27:21 +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 5519466185 for ; Sun, 25 May 2008 16:27:21 +0000 (UTC) Received: from hawking by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1K0J43-0003wl-VC for gentoo-commits@lists.gentoo.org; Sun, 25 May 2008 16:27:20 +0000 From: "Ali Polatel (hawking)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hawking@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.3.6-r6.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: python-2.3.6-r6.ebuild X-VCS-Directories: dev-lang/python X-VCS-Committer: hawking X-VCS-Committer-Name: Ali Polatel Content-Type: text/plain; charset=utf8 Message-Id: Sender: Ali Polatel Date: Sun, 25 May 2008 16:27:19 +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: 218304b3-7824-4d0b-bf67-06664f8dfbb5 X-Archives-Hash: e54005659fa56e37e8b0386e7f92f518 hawking 08/05/25 16:27:19 Modified: python-2.3.6-r6.ebuild Log: Fixed typo. (Portage version: 2.1.5.2) Revision Changes Path 1.5 dev-lang/python/python-2.3.6-r6.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-2.3.6-r6.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-2.3.6-r6.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-2.3.6-r6.ebuild?r1=3D1.4&r2=3D1.5 Index: python-2.3.6-r6.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.3.6-r6.ebuild,= v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-2.3.6-r6.ebuild 25 May 2008 14:41:09 -0000 1.4 +++ python-2.3.6-r6.ebuild 25 May 2008 16:27:19 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuil= d,v 1.4 2008/05/25 14:41:09 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuil= d,v 1.5 2008/05/25 16:27:19 hawking Exp $ =20 # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -232,7 +232,7 @@ =20 # test_pow fails on alpha. # http://bugs.python.org/issue756093 - [[=C2=A0${ARCH} =3D=3D "alpha" ]] && skip_tests=3D"${skip_tests} pow" + [[ ${ARCH} =3D=3D "alpha" ]] && skip_tests=3D"${skip_tests} pow" =20 for test in ${skip_tests} ; do mv "${S}"/Lib/test/test_${test}.py "${T}" --=20 gentoo-commits@lists.gentoo.org mailing list