diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-02 00:08:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-02 00:08:34 +0000 |
commit | f37266dbaea9e36e99cd185313cac156d3588ac2 (patch) | |
tree | 816ce2014416352a08164358b7196a9b72c81703 /net-firewall/iptables | |
parent | Move gnome2_src_prepare after eautoreconf (bug #396713, thanks to Julian W. f... (diff) | |
download | gentoo-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')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 7 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.12.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 4046a4a68310..742b0e940759 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/iptables -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.257 2011/12/30 12:01:22 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.258 2012/01/02 00:08:34 ago Exp $ + + 02 Jan 2012; Agostino Sarubbo <ago@gentoo.org> iptables-1.4.12.1-r1.ebuild: + Fix typo in src_configure by Franz Siegfried Metz in bug #396737 30 Dec 2011; Tomáš Chvátal <scarabeus@gentoo.org> iptables-1.4.12.1-r1.ebuild: 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) } |