diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-26 04:36:01 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-26 04:36:01 +0000 |
commit | 2163357df8ef5aefa53c999f027f1ac7b8c6a875 (patch) | |
tree | 414d2c65be92f877ec32766e2422639ef17c71ee /net-firewall/iptables/iptables-1.4.12.ebuild | |
parent | inherit multilib for get_libdir (diff) | |
download | gentoo-2-2163357df8ef5aefa53c999f027f1ac7b8c6a875.tar.gz gentoo-2-2163357df8ef5aefa53c999f027f1ac7b8c6a875.tar.bz2 gentoo-2-2163357df8ef5aefa53c999f027f1ac7b8c6a875.zip |
inherit multilib for get_libdir
(Portage version: 2.2.0_alpha113/cvs/Linux i686)
Diffstat (limited to 'net-firewall/iptables/iptables-1.4.12.ebuild')
-rw-r--r-- | net-firewall/iptables/iptables-1.4.12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/iptables/iptables-1.4.12.ebuild b/net-firewall/iptables/iptables-1.4.12.ebuild index 59a3b3cdb30a..8b477cb5642e 100644 --- a/net-firewall/iptables/iptables-1.4.12.ebuild +++ b/net-firewall/iptables/iptables-1.4.12.ebuild @@ -1,13 +1,13 @@ -# 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.ebuild,v 1.1 2011/07/22 17:41:12 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.12.ebuild,v 1.2 2012/06/26 04:36:01 zmedico Exp $ EAPI="4" # Force users doing their own patches to install their own tools AUTOTOOLS_AUTO_DEPEND=no -inherit eutils toolchain-funcs autotools +inherit eutils multilib toolchain-funcs autotools DESCRIPTION="Linux kernel (2.4+) firewall, NAT and packet mangling tools" HOMEPAGE="http://www.iptables.org/" |