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 A52BB1396D0 for ; Thu, 24 Aug 2017 21:54:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4ECAE0E5A; Thu, 24 Aug 2017 21:54:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A346EE0E5A for ; Thu, 24 Aug 2017 21:54:11 +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 4574E341130 for ; Thu, 24 Aug 2017 21:54:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB438816A for ; Thu, 24 Aug 2017 21:54:08 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1503611643.3cee52e7db95b616340b636b1229b94e6b760b41.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ipset/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/ipset/ipset-6.15.ebuild net-firewall/ipset/ipset-6.16.1.ebuild net-firewall/ipset/ipset-6.16.ebuild net-firewall/ipset/ipset-6.17.ebuild net-firewall/ipset/ipset-6.19.ebuild net-firewall/ipset/ipset-6.20.1.ebuild net-firewall/ipset/ipset-6.21.1.ebuild net-firewall/ipset/ipset-6.24.ebuild net-firewall/ipset/ipset-6.29.ebuild net-firewall/ipset/ipset-6.30.ebuild X-VCS-Directories: net-firewall/ipset/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 3cee52e7db95b616340b636b1229b94e6b760b41 X-VCS-Branch: master Date: Thu, 24 Aug 2017 21:54:08 +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: 7f49a52b-aa97-440e-bf7b-8930068383df X-Archives-Hash: a8632b74aaeba121a5e046d73e640e31 commit: 3cee52e7db95b616340b636b1229b94e6b760b41 Author: Francesco Turco fastmail fm> AuthorDate: Wed Aug 23 20:41:11 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Thu Aug 24 21:54:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cee52e7 net-firewall/ipset: update make.conf path (cherry picked from commit 77efd2db889ac159646451503db0f50ac5d9d77d) Closes: https://github.com/gentoo/gentoo/pull/5517 Signed-off-by: Robin H. Johnson gentoo.org> net-firewall/ipset/ipset-6.15.ebuild | 4 ++-- net-firewall/ipset/ipset-6.16.1.ebuild | 4 ++-- net-firewall/ipset/ipset-6.16.ebuild | 4 ++-- net-firewall/ipset/ipset-6.17.ebuild | 4 ++-- net-firewall/ipset/ipset-6.19.ebuild | 4 ++-- net-firewall/ipset/ipset-6.20.1.ebuild | 4 ++-- net-firewall/ipset/ipset-6.21.1.ebuild | 4 ++-- net-firewall/ipset/ipset-6.24.ebuild | 4 ++-- net-firewall/ipset/ipset-6.29.ebuild | 4 ++-- net-firewall/ipset/ipset-6.30.ebuild | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/net-firewall/ipset/ipset-6.15.ebuild b/net-firewall/ipset/ipset-6.15.ebuild index fc774b25943..fda7f2ff30d 100644 --- a/net-firewall/ipset/ipset-6.15.ebuild +++ b/net-firewall/ipset/ipset-6.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -19,7 +19,7 @@ DEPEND="${RDEPEND}" DOCS=( ChangeLog INSTALL README UPGRADE ) -# configurable from outside, e.g. /etc/make.conf +# configurable from outside, e.g. /etc/portage/make.conf IP_NF_SET_MAX=${IP_NF_SET_MAX:-256} BUILD_TARGETS="modules" diff --git a/net-firewall/ipset/ipset-6.16.1.ebuild b/net-firewall/ipset/ipset-6.16.1.ebuild index 75525521716..735cbce7981 100644 --- a/net-firewall/ipset/ipset-6.16.1.ebuild +++ b/net-firewall/ipset/ipset-6.16.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -19,7 +19,7 @@ DEPEND="${RDEPEND}" DOCS=( ChangeLog INSTALL README UPGRADE ) -# configurable from outside, e.g. /etc/make.conf +# configurable from outside, e.g. /etc/portage/make.conf IP_NF_SET_MAX=${IP_NF_SET_MAX:-256} BUILD_TARGETS="modules" diff --git a/net-firewall/ipset/ipset-6.16.ebuild b/net-firewall/ipset/ipset-6.16.ebuild index 75525521716..735cbce7981 100644 --- a/net-firewall/ipset/ipset-6.16.ebuild +++ b/net-firewall/ipset/ipset-6.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -19,7 +19,7 @@ DEPEND="${RDEPEND}" DOCS=( ChangeLog INSTALL README UPGRADE ) -# configurable from outside, e.g. /etc/make.conf +# configurable from outside, e.g. /etc/portage/make.conf IP_NF_SET_MAX=${IP_NF_SET_MAX:-256} BUILD_TARGETS="modules" diff --git a/net-firewall/ipset/ipset-6.17.ebuild b/net-firewall/ipset/ipset-6.17.ebuild index ef6cc77f151..e841595369f 100644 --- a/net-firewall/ipset/ipset-6.17.ebuild +++ b/net-firewall/ipset/ipset-6.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -19,7 +19,7 @@ DEPEND="${RDEPEND}" DOCS=( ChangeLog INSTALL README UPGRADE ) -# configurable from outside, e.g. /etc/make.conf +# configurable from outside, e.g. /etc/portage/make.conf IP_NF_SET_MAX=${IP_NF_SET_MAX:-256} BUILD_TARGETS="modules" diff --git a/net-firewall/ipset/ipset-6.19.ebuild b/net-firewall/ipset/ipset-6.19.ebuild index 75525521716..735cbce7981 100644 --- a/net-firewall/ipset/ipset-6.19.ebuild +++ b/net-firewall/ipset/ipset-6.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -19,7 +19,7 @@ DEPEND="${RDEPEND}" DOCS=( ChangeLog INSTALL README UPGRADE ) -# configurable from outside, e.g. /etc/make.conf +# configurable from outside, e.g. /etc/portage/make.conf IP_NF_SET_MAX=${IP_NF_SET_MAX:-256} BUILD_TARGETS="modules" diff --git a/net-firewall/ipset/ipset-6.20.1.ebuild b/net-firewall/ipset/ipset-6.20.1.ebuild index 87ee185a7cc..6bd830949e0 100644 --- a/net-firewall/ipset/ipset-6.20.1.ebuild +++ b/net-firewall/ipset/ipset-6.20.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -19,7 +19,7 @@ DEPEND="${RDEPEND}" DOCS=( ChangeLog INSTALL README UPGRADE ) -# configurable from outside, e.g. /etc/make.conf +# configurable from outside, e.g. /etc/portage/make.conf IP_NF_SET_MAX=${IP_NF_SET_MAX:-256} BUILD_TARGETS="modules" diff --git a/net-firewall/ipset/ipset-6.21.1.ebuild b/net-firewall/ipset/ipset-6.21.1.ebuild index d88a56d899d..70888cbc868 100644 --- a/net-firewall/ipset/ipset-6.21.1.ebuild +++ b/net-firewall/ipset/ipset-6.21.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -19,7 +19,7 @@ DEPEND="${RDEPEND}" DOCS=( ChangeLog INSTALL README UPGRADE ) -# configurable from outside, e.g. /etc/make.conf +# configurable from outside, e.g. /etc/portage/make.conf IP_NF_SET_MAX=${IP_NF_SET_MAX:-256} BUILD_TARGETS="modules" diff --git a/net-firewall/ipset/ipset-6.24.ebuild b/net-firewall/ipset/ipset-6.24.ebuild index 38cbe667b2c..0795c0f13b4 100644 --- a/net-firewall/ipset/ipset-6.24.ebuild +++ b/net-firewall/ipset/ipset-6.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -19,7 +19,7 @@ DEPEND="${RDEPEND}" DOCS=( ChangeLog INSTALL README UPGRADE ) -# configurable from outside, e.g. /etc/make.conf +# configurable from outside, e.g. /etc/portage/make.conf IP_NF_SET_MAX=${IP_NF_SET_MAX:-256} BUILD_TARGETS="modules" diff --git a/net-firewall/ipset/ipset-6.29.ebuild b/net-firewall/ipset/ipset-6.29.ebuild index eb12c9f4d61..bdac66a1547 100644 --- a/net-firewall/ipset/ipset-6.29.ebuild +++ b/net-firewall/ipset/ipset-6.29.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -19,7 +19,7 @@ DEPEND="${RDEPEND}" DOCS=( ChangeLog INSTALL README UPGRADE ) -# configurable from outside, e.g. /etc/make.conf +# configurable from outside, e.g. /etc/portage/make.conf IP_NF_SET_MAX=${IP_NF_SET_MAX:-256} BUILD_TARGETS="modules" diff --git a/net-firewall/ipset/ipset-6.30.ebuild b/net-firewall/ipset/ipset-6.30.ebuild index 5c1428b1fc6..292b40eb05d 100644 --- a/net-firewall/ipset/ipset-6.30.ebuild +++ b/net-firewall/ipset/ipset-6.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -19,7 +19,7 @@ DEPEND="${RDEPEND}" DOCS=( ChangeLog INSTALL README UPGRADE ) -# configurable from outside, e.g. /etc/make.conf +# configurable from outside, e.g. /etc/portage/make.conf IP_NF_SET_MAX=${IP_NF_SET_MAX:-256} BUILD_TARGETS="modules"