From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 71D8D198006 for ; Thu, 21 Mar 2013 23:02:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 021DDE0618; Thu, 21 Mar 2013 23:02:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7969AE0618 for ; Thu, 21 Mar 2013 23:02:49 +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 F0EEC33D73B for ; Thu, 21 Mar 2013 23:02:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2098) id B61AD2171E; Thu, 21 Mar 2013 23:02:46 +0000 (UTC) From: "Zac Medico (zmedico)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zmedico@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: zmedico X-VCS-Committer-Name: Zac Medico Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130321230246.B61AD2171E@flycatcher.gentoo.org> Date: Thu, 21 Mar 2013 23:02:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 433f33fa-d881-4b1f-a6fe-dcf182d714ca X-Archives-Hash: 3e1653f622ffb6b72f0d7a55ce3647b1 zmedico 13/03/21 23:02:46 Modified: python_targets.desc Log: Add python_targets_python3_4 description (it's not available in the main tree yet, but may be useful for ebuilds that want to support it anyway). Revision Changes Path 1.8 profiles/desc/python_targets.desc file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_targets.desc?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_targets.desc?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/python_targets.desc?r1=1.7&r2=1.8 Index: python_targets.desc =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python_targets.desc 7 Mar 2013 20:51:07 -0000 1.7 +++ python_targets.desc 21 Mar 2013 23:02:46 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.7 2013/03/07 20:51:07 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.8 2013/03/21 23:02:46 zmedico Exp $ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. @@ -10,6 +10,7 @@ python3_1 - Build with Python 3.1 python3_2 - Build with Python 3.2 python3_3 - Build with Python 3.3 +python3_4 - Build with Python 3.4 jython2_5 - Build with Jython 2.5 jython2_7 - Build with Jython 2.7 pypy1_9 - Build with PyPy 1.9