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 A43A2138BED for ; Sun, 4 Oct 2015 13:36:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DBF321C05E; Sun, 4 Oct 2015 13:36:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA94921C05E for ; Sun, 4 Oct 2015 13:36:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD47E340A27 for ; Sun, 4 Oct 2015 13:36:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B43E4EC for ; Sun, 4 Oct 2015 13:36:46 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1443965739.17a1770a50b8a6a69a3d7a9fc3e222124546d750.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/python_single_target.desc profiles/desc/python_targets.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 17a1770a50b8a6a69a3d7a9fc3e222124546d750 X-VCS-Branch: master Date: Sun, 4 Oct 2015 13:36: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: b3e1c8e6-54b9-49b0-aeb4-085648358ac7 X-Archives-Hash: bc769bf90a2b9fe1a70002f60a092693 commit: 17a1770a50b8a6a69a3d7a9fc3e222124546d750 Author: Mike Gilbert gentoo org> AuthorDate: Fri Oct 2 18:51:10 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Oct 4 13:35:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a1770a profiles/desc: Add use flags for python3.5 profiles/desc/python_single_target.desc | 1 + profiles/desc/python_targets.desc | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index 13da7f0..2eb0801 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -8,6 +8,7 @@ python2_7 - Build for Python 2.7 only python3_2 - Build for Python 3.2 only (deprecated) python3_3 - Build for Python 3.3 only python3_4 - Build for Python 3.4 only +python3_5 - Build for Python 3.5 only jython2_5 - Build for Jython 2.5 only jython2_7 - Build for Jython 2.7 only pypy - Build for PyPy only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index ff70e6c..3168d91 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -9,6 +9,7 @@ python2_7 - Build with Python 2.7 python3_2 - Build with Python 3.2 (deprecated) python3_3 - Build with Python 3.3 python3_4 - Build with Python 3.4 +python3_5 - Build with Python 3.5 jython2_5 - Build with Jython 2.5 jython2_7 - Build with Jython 2.7 pypy2_0 - Build with PyPy 2.0 (removed)