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 1QefYP-0001ti-UZ for garchives@archives.gentoo.org; Thu, 07 Jul 2011 03:47:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDD2A21C037; Thu, 7 Jul 2011 03:46:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 88C6F21C037 for ; Thu, 7 Jul 2011 03:46:57 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7D2D1B4029 for ; Thu, 7 Jul 2011 03:46:56 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id B1CDF2004B; Thu, 7 Jul 2011 03:46:54 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/cython: cython-0.14.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cython-0.14.1.ebuild ChangeLog X-VCS-Directories: dev-python/cython X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Message-Id: <20110707034654.B1CDF2004B@flycatcher.gentoo.org> Date: Thu, 7 Jul 2011 03:46:54 +0000 (UTC) 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: X-Archives-Hash: d01f6dbcefd27f438a23e8bc14d15427 aballier 11/07/07 03:46:54 Modified: cython-0.14.1.ebuild ChangeLog Log: keyword ~x86-fbsd, tests fail due to missing cpow on fbsd though =20 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64) Revision Changes Path 1.7 dev-python/cython/cython-0.14.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/= cython-0.14.1.ebuild?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/= cython-0.14.1.ebuild?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/= cython-0.14.1.ebuild?r1=3D1.6&r2=3D1.7 Index: cython-0.14.1.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-python/cython/cython-0.14.1.ebuild,= v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- cython-0.14.1.ebuild 31 Mar 2011 17:21:01 -0000 1.6 +++ cython-0.14.1.ebuild 7 Jul 2011 03:46:54 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.14.1.ebuil= d,v 1.6 2011/03/31 17:21:01 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.14.1.ebuil= d,v 1.7 2011/07/07 03:46:54 aballier Exp $ =20 EAPI=3D"3" SUPPORT_PYTHON_ABIS=3D"1" @@ -17,7 +17,7 @@ =20 LICENSE=3D"Apache-2.0" SLOT=3D"0" -KEYWORDS=3D"amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86= -linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS=3D"amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-= linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE=3D"doc examples" =20 DEPEND=3D"" 1.69 dev-python/cython/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/= ChangeLog?rev=3D1.69&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/= ChangeLog?rev=3D1.69&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cython/= ChangeLog?r1=3D1.68&r2=3D1.69 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-python/cython/ChangeLog,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ChangeLog 31 Mar 2011 17:21:01 -0000 1.68 +++ ChangeLog 7 Jul 2011 03:46:54 -0000 1.69 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cython # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.68 20= 11/03/31 17:21:01 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.69 20= 11/07/07 03:46:54 aballier Exp $ + + 07 Jul 2011; Alexis Ballier cython-0.14.1.ebuild= : + keyword ~x86-fbsd, tests fail due to missing cpow on fbsd though =20 31 Mar 2011; Kacper Kowalik cython-0.14.1.ebui= ld: ppc64 stable wrt #357847