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 48AF8138334 for ; Thu, 18 Oct 2018 16:07:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27954E07ED; Thu, 18 Oct 2018 16:07:16 +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 00FF4E07ED for ; Thu, 18 Oct 2018 16:07:15 +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 6683E335CE9 for ; Thu, 18 Oct 2018 16:07:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9CB0391 for ; Thu, 18 Oct 2018 16:07:12 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1539878821.9e929dfee2a7f4dd517531bb0e166c72dd11abf4.mattst88@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.6.3.ebuild X-VCS-Directories: net-firewall/firewalld/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9e929dfee2a7f4dd517531bb0e166c72dd11abf4 X-VCS-Branch: master Date: Thu, 18 Oct 2018 16:07:12 +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: e0d7d3a5-cc11-4f86-a89a-44b8f74cd828 X-Archives-Hash: 6933545ff7fa7ad6551d0e56aa739632 commit: 9e929dfee2a7f4dd517531bb0e166c72dd11abf4 Author: Matt Turner gentoo org> AuthorDate: Thu Oct 18 16:06:06 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Oct 18 16:07:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e929dfe net-firewall/firewalld: Remove python3_7 support I missed that a dependency (dev-python/python-slip) does not have python3.7 support. Signed-off-by: Matt Turner gentoo.org> net-firewall/firewalld/firewalld-0.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/firewalld/firewalld-0.6.3.ebuild b/net-firewall/firewalld/firewalld-0.6.3.ebuild index f652630c3f4..121172f7b67 100644 --- a/net-firewall/firewalld/firewalld-0.6.3.ebuild +++ b/net-firewall/firewalld/firewalld-0.6.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit autotools gnome2-utils linux-info python-single-r1 systemd bash-completion-r1