From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5CCD2139694 for ; Mon, 13 Feb 2017 10:04:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CF8A21C028; Mon, 13 Feb 2017 10:04:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6901421C028 for ; Mon, 13 Feb 2017 10:04:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84A5C340FC1 for ; Mon, 13 Feb 2017 10:04:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0BED4645 for ; Mon, 13 Feb 2017 10:04:32 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1486980243.9a07330ce08ea5543a88a678e4b44bde163e8a86.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/botan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/botan/botan-1.10.15-r1.ebuild X-VCS-Directories: dev-libs/botan/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 9a07330ce08ea5543a88a678e4b44bde163e8a86 X-VCS-Branch: master Date: Mon, 13 Feb 2017 10:04:32 +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: 6927fd20-6911-4faa-b37e-ecb9d51b8116 X-Archives-Hash: 84d931b28bb73245763872304e0844d7 commit: 9a07330ce08ea5543a88a678e4b44bde163e8a86 Author: Alon Bar-Lev gentoo org> AuthorDate: Mon Feb 13 10:03:33 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Mon Feb 13 10:04:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a07330c dev-libs/botan: add python-3.5 support Bug: 601344 Package-Manager: portage-2.3.3 dev-libs/botan/botan-1.10.15-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/botan/botan-1.10.15-r1.ebuild b/dev-libs/botan/botan-1.10.15-r1.ebuild index ac4e7fb31e..27517a562a 100644 --- a/dev-libs/botan/botan-1.10.15-r1.ebuild +++ b/dev-libs/botan/botan-1.10.15-r1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit eutils multilib python-r1 toolchain-funcs