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 1Sdiyt-00019z-8L for garchives@archives.gentoo.org; Sun, 10 Jun 2012 14:19:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8640DE032F; Sun, 10 Jun 2012 14:18:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5B3CAE032F for ; Sun, 10 Jun 2012 14:18:55 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B76FB1B409D for ; Sun, 10 Jun 2012 14:18:54 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2304) id 3C2ED2004C; Sun, 10 Jun 2012 14:18:53 +0000 (UTC) From: "Mike Gilbert (floppym)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, floppym@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/desc: python_targets.desc X-VCS-Repository: gentoo-x86 X-VCS-Files: python_targets.desc X-VCS-Directories: profiles/desc X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert Content-Type: text/plain; charset=utf8 Message-Id: <20120610141853.3C2ED2004C@flycatcher.gentoo.org> Date: Sun, 10 Jun 2012 14:18:53 +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: bc0aa777-90f6-4c0f-a47e-d7332c3d11f8 X-Archives-Hash: 557f07151929c0bf78911f21d9aec751 floppym 12/06/10 14:18:53 Modified: python_targets.desc Log: Add pypy1_9. Revision Changes Path 1.2 profiles/desc/python_targets.desc file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/pyth= on_targets.desc?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/pyth= on_targets.desc?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/pyth= on_targets.desc?r1=3D1.1&r2=3D1.2 Index: python_targets.desc =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/profiles/desc/python_targets.desc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python_targets.desc 25 Mar 2012 18:42:12 -0000 1.1 +++ python_targets.desc 10 Jun 2012 14:18:53 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1= .1 2012/03/25 18:42:12 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1= .2 2012/06/10 14:18:53 floppym Exp $ =20 # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. =20 @@ -12,3 +12,4 @@ jython2_5 - Build with Jython 2.5 pypy1_7 - Build with PyPy 1.7 pypy1_8 - Build with PyPy 1.8 +pypy1_9 - Build with PyPy 1.9