diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-25 06:34:01 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-25 06:34:01 +0000 |
commit | 6781e8b48093dd9a85c46c079fa5df398de80687 (patch) | |
tree | 53ff3a7c041e20246a24867eaaa020daa9d88e1f /net-firewall/firehol/firehol-1.273-r1.ebuild | |
parent | Bug #405687: Depend on virtual/modutils instead of sys-apps/module-init-tools. (diff) | |
download | historical-6781e8b48093dd9a85c46c079fa5df398de80687.tar.gz historical-6781e8b48093dd9a85c46c079fa5df398de80687.tar.bz2 historical-6781e8b48093dd9a85c46c079fa5df398de80687.zip |
Bug #405687: Depend on virtual/modutils instead of sys-apps/module-init-tools.
Package-Manager: portage-2.2.0_alpha87/cvs/Linux x86_64
Diffstat (limited to 'net-firewall/firehol/firehol-1.273-r1.ebuild')
-rw-r--r-- | net-firewall/firehol/firehol-1.273-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/firehol/firehol-1.273-r1.ebuild b/net-firewall/firehol/firehol-1.273-r1.ebuild index 4dd52d542e9b..2bb640946573 100644 --- a/net-firewall/firehol/firehol-1.273-r1.ebuild +++ b/net-firewall/firehol/firehol-1.273-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/firehol/firehol-1.273-r1.ebuild,v 1.4 2011/04/24 21:01:05 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.273-r1.ebuild,v 1.5 2012/02/25 06:34:01 robbat2 Exp $ EAPI=2 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~ppc ~sparc x86" DEPEND="sys-apps/iproute2" RDEPEND="net-firewall/iptables sys-apps/iproute2[-minimal] - sys-apps/module-init-tools + virtual/modutils || ( net-misc/wget net-misc/curl |