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 | c6c463dbdb60850560e763b80a17b6b39d269240 (patch) | |
tree | d3f601fb7fd30c83b0b1d5ea2c98fd4daea78762 /net-firewall | |
parent | Bug #405687: Depend on virtual/modutils instead of sys-apps/module-init-tools. (diff) | |
download | gentoo-2-c6c463dbdb60850560e763b80a17b6b39d269240.tar.gz gentoo-2-c6c463dbdb60850560e763b80a17b6b39d269240.tar.bz2 gentoo-2-c6c463dbdb60850560e763b80a17b6b39d269240.zip |
Bug #405687: Depend on virtual/modutils instead of sys-apps/module-init-tools.
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/firehol/ChangeLog | 7 | ||||
-rw-r--r-- | net-firewall/firehol/firehol-1.273-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-firewall/firehol/ChangeLog b/net-firewall/firehol/ChangeLog index 909e214086f0..2b0a3a3a665d 100644 --- a/net-firewall/firehol/ChangeLog +++ b/net-firewall/firehol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/firehol -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.45 2011/04/24 21:01:05 ulm Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.46 2012/02/25 06:34:01 robbat2 Exp $ + + 25 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> firehol-1.273-r1.ebuild: + Bug #405687: Depend on virtual/modutils instead of sys-apps/module-init-tools. 24 Apr 2011; Ulrich Mueller <ulm@gentoo.org> firehol-1.273-r1.ebuild: Replace dependency on virtual/modutils, bug 358891. 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 |