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 3AF531382C5 for ; Wed, 28 Feb 2018 22:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 704C3E0896; Wed, 28 Feb 2018 22:21:22 +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 4C2EFE0884 for ; Wed, 28 Feb 2018 22:21:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 450FB335C38 for ; Wed, 28 Feb 2018 22:21:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC23A22D for ; Wed, 28 Feb 2018 22:21:19 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1519856456.132f3e63776ee78036fbe6f2485e5c6d5e8e7f87.asturm@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.5.1-r2.ebuild X-VCS-Directories: net-firewall/firewalld/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 132f3e63776ee78036fbe6f2485e5c6d5e8e7f87 X-VCS-Branch: master Date: Wed, 28 Feb 2018 22:21:19 +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: 0aa8b9ef-f07e-466b-b089-046d00902f0a X-Archives-Hash: 98baae92973449d156fe999aab1083e9 commit: 132f3e63776ee78036fbe6f2485e5c6d5e8e7f87 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 28 21:36:31 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 28 22:20:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132f3e63 net-firewall/firewalld: Drop unnecessary eutils,multilib Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-firewall/firewalld/firewalld-0.5.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/firewalld/firewalld-0.5.1-r2.ebuild b/net-firewall/firewalld/firewalld-0.5.1-r2.ebuild index 63f66354740..e5156d9770f 100644 --- a/net-firewall/firewalld/firewalld-0.5.1-r2.ebuild +++ b/net-firewall/firewalld/firewalld-0.5.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -inherit autotools eutils gnome2-utils python-r1 systemd multilib bash-completion-r1 +inherit autotools gnome2-utils python-r1 systemd bash-completion-r1 DESCRIPTION="A firewall daemon with D-BUS interface providing a dynamic firewall" HOMEPAGE="http://www.firewalld.org/"