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 A56D2138334 for ; Mon, 17 Jun 2019 16:05:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A80B8E0922; Mon, 17 Jun 2019 16:05:26 +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 84EE9E0922 for ; Mon, 17 Jun 2019 16:05:26 +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 E47AF34631F for ; Mon, 17 Jun 2019 16:05:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FD9E326 for ; Mon, 17 Jun 2019 16:05:22 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1560787436.8eecb0d63c47f54aa68c5c23b3ea296aa1edf7ec.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/xtables-addons/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/xtables-addons/xtables-addons-3.3.ebuild X-VCS-Directories: net-firewall/xtables-addons/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 8eecb0d63c47f54aa68c5c23b3ea296aa1edf7ec X-VCS-Branch: master Date: Mon, 17 Jun 2019 16:05: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: 3146db31-db3a-411c-83f3-4bf249af6e7b X-Archives-Hash: e12134f790716ae4bca8dc506eeb5493 commit: 8eecb0d63c47f54aa68c5c23b3ea296aa1edf7ec Author: Anthony G. Basile gentoo org> AuthorDate: Mon Jun 17 16:03:56 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Jun 17 16:03:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eecb0d6 net-firewall/xtables-addons: fix bug #679728 Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 net-firewall/xtables-addons/xtables-addons-3.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-firewall/xtables-addons/xtables-addons-3.3.ebuild b/net-firewall/xtables-addons/xtables-addons-3.3.ebuild index f5b31b42fdc..a19790d7af1 100644 --- a/net-firewall/xtables-addons/xtables-addons-3.3.ebuild +++ b/net-firewall/xtables-addons/xtables-addons-3.3.ebuild @@ -26,6 +26,7 @@ DEPEND=">=net-firewall/iptables-1.6.0" RDEPEND="${DEPEND} xtables_addons_geoip? ( app-arch/unzip + dev-perl/Net-CIDR-Lite dev-perl/Text-CSV_XS virtual/perl-Getopt-Long )