diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-08-23 22:41:11 +0200 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-08-24 14:54:03 -0700 |
commit | 3cee52e7db95b616340b636b1229b94e6b760b41 (patch) | |
tree | 9ed67d5587cf74d9f8f89b6fa737c0e52211e179 /net-firewall/ipset/ipset-6.21.1.ebuild | |
parent | dev-libs/rapidjson: disable git submodules in -9999 (diff) | |
download | gentoo-3cee52e7db95b616340b636b1229b94e6b760b41.tar.gz gentoo-3cee52e7db95b616340b636b1229b94e6b760b41.tar.bz2 gentoo-3cee52e7db95b616340b636b1229b94e6b760b41.zip |
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 <robbat2@gentoo.org>
Diffstat (limited to 'net-firewall/ipset/ipset-6.21.1.ebuild')
-rw-r--r-- | net-firewall/ipset/ipset-6.21.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/ipset/ipset-6.21.1.ebuild b/net-firewall/ipset/ipset-6.21.1.ebuild index d88a56d899d4..70888cbc868d 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" |