diff options
author | 2012-06-26 04:36:01 +0000 | |
---|---|---|
committer | 2012-06-26 04:36:01 +0000 | |
commit | 4e7835146bd68840929dad2169f99ff6b70ce064 (patch) | |
tree | 5582ec4c11730b55028db6a05e0ce978be526f75 /net-firewall/iptables/iptables-1.4.13.ebuild | |
parent | inherit multilib for get_libdir (diff) | |
download | historical-4e7835146bd68840929dad2169f99ff6b70ce064.tar.gz historical-4e7835146bd68840929dad2169f99ff6b70ce064.tar.bz2 historical-4e7835146bd68840929dad2169f99ff6b70ce064.zip |
inherit multilib for get_libdir
Package-Manager: portage-2.2.0_alpha113/cvs/Linux i686
Diffstat (limited to 'net-firewall/iptables/iptables-1.4.13.ebuild')
-rw-r--r-- | net-firewall/iptables/iptables-1.4.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/iptables/iptables-1.4.13.ebuild b/net-firewall/iptables/iptables-1.4.13.ebuild index adab7a7e9402..094c7f9707f3 100644 --- a/net-firewall/iptables/iptables-1.4.13.ebuild +++ b/net-firewall/iptables/iptables-1.4.13.ebuild @@ -1,13 +1,13 @@ # 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.13.ebuild,v 1.9 2012/05/28 16:31:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.10 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/" |