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 D68D11382C5 for ; Wed, 20 Jan 2021 15:43:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F31B7E0831; Wed, 20 Jan 2021 15:43:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB536E0831 for ; Wed, 20 Jan 2021 15:43:24 +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 C618234105D for ; Wed, 20 Jan 2021 15:43:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 302874A4 for ; Wed, 20 Jan 2021 15:43:22 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1611157399.fec05f6bbdeb031294c1cea755221be95d98d75a.zlogene@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.16.10.ebuild net-dns/bind/bind-9.16.8.ebuild X-VCS-Directories: net-dns/bind/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: fec05f6bbdeb031294c1cea755221be95d98d75a X-VCS-Branch: master Date: Wed, 20 Jan 2021 15:43:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f739bf2a-9749-40c9-9522-6ef6d82604ac X-Archives-Hash: 7db6c33410ebc87cde076aae9f506051 commit: fec05f6bbdeb031294c1cea755221be95d98d75a Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jan 20 15:42:19 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jan 20 15:43:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec05f6b net-dns/bind: lift PYTHON_COMPAT Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> net-dns/bind/bind-9.16.10.ebuild | 2 +- net-dns/bind/bind-9.16.8.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/bind/bind-9.16.10.ebuild b/net-dns/bind/bind-9.16.10.ebuild index 34c9fe7e5fb..4de4141f780 100644 --- a/net-dns/bind/bind-9.16.10.ebuild +++ b/net-dns/bind/bind-9.16.10.ebuild @@ -12,7 +12,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit python-r1 autotools toolchain-funcs flag-o-matic db-use systemd tmpfiles diff --git a/net-dns/bind/bind-9.16.8.ebuild b/net-dns/bind/bind-9.16.8.ebuild index b01bc14d98f..e64dd219e6c 100644 --- a/net-dns/bind/bind-9.16.8.ebuild +++ b/net-dns/bind/bind-9.16.8.ebuild @@ -12,7 +12,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit python-r1 autotools toolchain-funcs flag-o-matic db-use systemd tmpfiles