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 A6780139694 for ; Mon, 29 May 2017 16:33:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E4AAE0E93; Mon, 29 May 2017 16:33:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 080EAE0E88 for ; Mon, 29 May 2017 16:33:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 410B03416F7 for ; Mon, 29 May 2017 16:33:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D59F7479 for ; Mon, 29 May 2017 16:33:02 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1496075559.6764973635a063ebafbfa483061d6b32e16b50dc.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/bind/bind-9.11.0_p5.ebuild X-VCS-Directories: net-dns/bind/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 6764973635a063ebafbfa483061d6b32e16b50dc X-VCS-Branch: master Date: Mon, 29 May 2017 16:33:02 +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: bb1aac1e-9bd9-4d50-8d61-f77ab3e68c50 X-Archives-Hash: a7a3fc24fa0c6f602beedc814a0c9c9a commit: 6764973635a063ebafbfa483061d6b32e16b50dc Author: Pacho Ramos gentoo org> AuthorDate: Mon May 29 14:35:43 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon May 29 16:32:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67649736 net-dns/bind: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-dns/bind/bind-9.11.0_p5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/bind/bind-9.11.0_p5.ebuild b/net-dns/bind/bind-9.11.0_p5.ebuild index 0f6f4fb8a50..7b82a673244 100644 --- a/net-dns/bind/bind-9.11.0_p5.ebuild +++ b/net-dns/bind/bind-9.11.0_p5.ebuild @@ -12,7 +12,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit python-r1 eutils autotools toolchain-funcs flag-o-matic multilib db-use user systemd