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 09BCF138334 for ; Mon, 8 Oct 2018 06:19:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8449AE08A6; Mon, 8 Oct 2018 06:19:03 +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 4BFD0E08A6 for ; Mon, 8 Oct 2018 06:19:02 +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 1D142335C63 for ; Mon, 8 Oct 2018 06:19:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDF893DE for ; Mon, 8 Oct 2018 06:18:58 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1538979520.fb320c2ee91f5d7e4e72a3d0fd43d9df75e14167.whissi@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-2.13.ebuild net-firewall/xtables-addons/xtables-addons-2.14.ebuild net-firewall/xtables-addons/xtables-addons-3.0.ebuild net-firewall/xtables-addons/xtables-addons-3.1.ebuild net-firewall/xtables-addons/xtables-addons-3.2.ebuild X-VCS-Directories: net-firewall/xtables-addons/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: fb320c2ee91f5d7e4e72a3d0fd43d9df75e14167 X-VCS-Branch: master Date: Mon, 8 Oct 2018 06:18:58 +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: 73a3aad4-8d9f-4918-9ede-7e0fab6bec0e X-Archives-Hash: 129f44bdd73835cd4294a1feee328d79 commit: fb320c2ee91f5d7e4e72a3d0fd43d9df75e14167 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Oct 8 06:18:26 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Oct 8 06:18:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb320c2e net-firewall/xtables-addons: adopt new USE=modules logic Bug: https://bugs.gentoo.org/635720 Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> net-firewall/xtables-addons/xtables-addons-2.13.ebuild | 5 +++-- net-firewall/xtables-addons/xtables-addons-2.14.ebuild | 5 +++-- net-firewall/xtables-addons/xtables-addons-3.0.ebuild | 5 +++-- net-firewall/xtables-addons/xtables-addons-3.1.ebuild | 5 +++-- net-firewall/xtables-addons/xtables-addons-3.2.ebuild | 5 +++-- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/net-firewall/xtables-addons/xtables-addons-2.13.ebuild b/net-firewall/xtables-addons/xtables-addons-2.13.ebuild index 3722de98ac4..5f99b5400fa 100644 --- a/net-firewall/xtables-addons/xtables-addons-2.13.ebuild +++ b/net-firewall/xtables-addons/xtables-addons-2.13.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" +MODULES_OPTIONAL_USE=modules +MODULES_OPTIONAL_USE_IUSE_DEFAULT=1 inherit eutils linux-info linux-mod multilib DESCRIPTION="iptables extensions not yet accepted in the main kernel" @@ -12,7 +14,6 @@ SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="modules" MODULES="quota2 psd pknock lscan length2 ipv4options ipp2p iface gradm geoip fuzzy condition tarpit sysrq logmark ipmark echo dnetmap dhcpmac delude chaos account" diff --git a/net-firewall/xtables-addons/xtables-addons-2.14.ebuild b/net-firewall/xtables-addons/xtables-addons-2.14.ebuild index f802d660a63..5fc031f3e9c 100644 --- a/net-firewall/xtables-addons/xtables-addons-2.14.ebuild +++ b/net-firewall/xtables-addons/xtables-addons-2.14.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" +MODULES_OPTIONAL_USE=modules +MODULES_OPTIONAL_USE_IUSE_DEFAULT=1 inherit eutils linux-info linux-mod multilib DESCRIPTION="iptables extensions not yet accepted in the main kernel" @@ -12,7 +14,6 @@ SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="modules" MODULES="quota2 psd pknock lscan length2 ipv4options ipp2p iface gradm geoip fuzzy condition tarpit sysrq logmark ipmark echo dnetmap dhcpmac delude chaos account" diff --git a/net-firewall/xtables-addons/xtables-addons-3.0.ebuild b/net-firewall/xtables-addons/xtables-addons-3.0.ebuild index 7683ecc923e..80ab8675e8f 100644 --- a/net-firewall/xtables-addons/xtables-addons-3.0.ebuild +++ b/net-firewall/xtables-addons/xtables-addons-3.0.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" +MODULES_OPTIONAL_USE=modules +MODULES_OPTIONAL_USE_IUSE_DEFAULT=1 inherit eutils linux-info linux-mod multilib DESCRIPTION="iptables extensions not yet accepted in the main kernel" @@ -12,7 +14,6 @@ SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="modules" MODULES="quota2 psd pknock lscan length2 ipv4options ipp2p iface gradm geoip fuzzy condition tarpit sysrq logmark ipmark echo dnetmap dhcpmac delude chaos account" diff --git a/net-firewall/xtables-addons/xtables-addons-3.1.ebuild b/net-firewall/xtables-addons/xtables-addons-3.1.ebuild index 7a72a0a8673..bbc32dee9f8 100644 --- a/net-firewall/xtables-addons/xtables-addons-3.1.ebuild +++ b/net-firewall/xtables-addons/xtables-addons-3.1.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" +MODULES_OPTIONAL_USE=modules +MODULES_OPTIONAL_USE_IUSE_DEFAULT=1 inherit eutils linux-info linux-mod multilib DESCRIPTION="iptables extensions not yet accepted in the main kernel" @@ -12,7 +14,6 @@ SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="modules" MODULES="quota2 psd pknock lscan length2 ipv4options ipp2p iface gradm geoip fuzzy condition tarpit sysrq logmark ipmark echo dnetmap dhcpmac delude chaos account" diff --git a/net-firewall/xtables-addons/xtables-addons-3.2.ebuild b/net-firewall/xtables-addons/xtables-addons-3.2.ebuild index 7a72a0a8673..bbc32dee9f8 100644 --- a/net-firewall/xtables-addons/xtables-addons-3.2.ebuild +++ b/net-firewall/xtables-addons/xtables-addons-3.2.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" +MODULES_OPTIONAL_USE=modules +MODULES_OPTIONAL_USE_IUSE_DEFAULT=1 inherit eutils linux-info linux-mod multilib DESCRIPTION="iptables extensions not yet accepted in the main kernel" @@ -12,7 +14,6 @@ SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="modules" MODULES="quota2 psd pknock lscan length2 ipv4options ipp2p iface gradm geoip fuzzy condition tarpit sysrq logmark ipmark echo dnetmap dhcpmac delude chaos account"