diff options
author | Dominik Stadler <centic@gentoo.org> | 2005-02-13 08:54:11 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2005-02-13 08:54:11 +0000 |
commit | 32fccae6f52165f7408b15cb8ec99dc6b7ad206b (patch) | |
tree | dc7c5df17d11edee9b84be1689832cd9ddc8c93c /net-firewall/firehol | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-32fccae6f52165f7408b15cb8ec99dc6b7ad206b.tar.gz gentoo-2-32fccae6f52165f7408b15cb8ec99dc6b7ad206b.tar.bz2 gentoo-2-32fccae6f52165f7408b15cb8ec99dc6b7ad206b.zip |
Small fix to comments.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-firewall/firehol')
-rw-r--r-- | net-firewall/firehol/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/firehol/firehol-1.226-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/firehol/ChangeLog b/net-firewall/firehol/ChangeLog index dd5981573904..ad2c674ea9e7 100644 --- a/net-firewall/firehol/ChangeLog +++ b/net-firewall/firehol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/firehol # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.16 2005/02/12 20:40:35 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.17 2005/02/13 08:54:11 centic Exp $ + + 13 Feb 2005; Dominik Stadler <centic@gentoo.org> firehol-1.226-r1.ebuild: + Small fix to comments *firehol-1.226-r1 (12 Feb 2005) diff --git a/net-firewall/firehol/firehol-1.226-r1.ebuild b/net-firewall/firehol/firehol-1.226-r1.ebuild index 09110188ce9b..9cae1ac94d96 100644 --- a/net-firewall/firehol/firehol-1.226-r1.ebuild +++ b/net-firewall/firehol/firehol-1.226-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.226-r1.ebuild,v 1.1 2005/02/12 20:40:35 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/firehol-1.226-r1.ebuild,v 1.2 2005/02/13 08:54:11 centic Exp $ inherit eutils @@ -22,7 +22,7 @@ RDEPEND="net-firewall/iptables )" pkg_setup() { - # Bug 81600 fail if iproute2 is built without minimal + # Bug 81600 fail if iproute2 is built with minimal if built_with_use sys-apps/iproute2 minimal; then eerror "Firehol requires iproute2 to be emerged without" eerror "the USE-Flag \"minimal\"." |