summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-01-02 00:08:34 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-01-02 00:08:34 +0000
commitf37266dbaea9e36e99cd185313cac156d3588ac2 (patch)
tree816ce2014416352a08164358b7196a9b72c81703 /net-firewall/iptables/iptables-1.4.12.1-r1.ebuild
parentMove gnome2_src_prepare after eautoreconf (bug #396713, thanks to Julian W. f... (diff)
downloadgentoo-2-f37266dbaea9e36e99cd185313cac156d3588ac2.tar.gz
gentoo-2-f37266dbaea9e36e99cd185313cac156d3588ac2.tar.bz2
gentoo-2-f37266dbaea9e36e99cd185313cac156d3588ac2.zip
Fix typo in src_configure by Franz Siegfried Metz in bug #396737
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall/iptables/iptables-1.4.12.1-r1.ebuild')
-rw-r--r--net-firewall/iptables/iptables-1.4.12.1-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/iptables/iptables-1.4.12.1-r1.ebuild b/net-firewall/iptables/iptables-1.4.12.1-r1.ebuild
index 47ee0204c523..5eab25c7d5f1 100644
--- a/net-firewall/iptables/iptables-1.4.12.1-r1.ebuild
+++ b/net-firewall/iptables/iptables-1.4.12.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.12.1-r1.ebuild,v 1.2 2011/12/30 12:01:22 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.12.1-r1.ebuild,v 1.3 2012/01/02 00:08:34 ago Exp $
EAPI="4"
@@ -46,7 +46,7 @@ src_configure() {
--enable-devel \
--enable-libipq \
--enable-shared \
- $(use-enable static-libs static) \
+ $(use_enable static-libs static) \
$(use_enable ipv6)
}