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 2EE72139694 for ; Wed, 12 Jul 2017 14:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71F0E274022; Wed, 12 Jul 2017 14:43:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 43D83274022 for ; Wed, 12 Jul 2017 14:43: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 7F3AE341A0C for ; Wed, 12 Jul 2017 14:43:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE7FE74B2 for ; Wed, 12 Jul 2017 14:43:03 +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: <1499870550.2e5b5af95be7bb852a6b5c8f4e4cd0b0be980471.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/firewalld/firewalld-0.4.3.3.ebuild X-VCS-Directories: net-firewall/firewalld/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 2e5b5af95be7bb852a6b5c8f4e4cd0b0be980471 X-VCS-Branch: master Date: Wed, 12 Jul 2017 14:43:03 +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: 09b0f4fa-c553-44c9-a2d5-258e8c6fdbea X-Archives-Hash: 4d60d02b121139adc8bdd8b3b3f91fbb commit: 2e5b5af95be7bb852a6b5c8f4e4cd0b0be980471 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jul 12 13:58:40 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jul 12 14:42:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e5b5af9 net-firewall/firewalld: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-firewall/firewalld/firewalld-0.4.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/firewalld/firewalld-0.4.3.3.ebuild b/net-firewall/firewalld/firewalld-0.4.3.3.ebuild index 20fda9981aa..e270b3f02b3 100644 --- a/net-firewall/firewalld/firewalld-0.4.3.3.ebuild +++ b/net-firewall/firewalld/firewalld-0.4.3.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) #BACKPORTS= inherit autotools eutils gnome2-utils python-r1 systemd multilib bash-completion-r1