diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-04-12 18:45:42 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-04-12 18:45:42 +0000 |
commit | 5a5ca5f4a7dda12bc9ee7da2b583ed3cc85b1ec0 (patch) | |
tree | 911d754dffbb2a6970aabb9f107791962473e44b /net-firewall/shorewall/shorewall-3.2.9.ebuild | |
parent | Do not use check_KV, bug 150058 (diff) | |
download | gentoo-2-5a5ca5f4a7dda12bc9ee7da2b583ed3cc85b1ec0.tar.gz gentoo-2-5a5ca5f4a7dda12bc9ee7da2b583ed3cc85b1ec0.tar.bz2 gentoo-2-5a5ca5f4a7dda12bc9ee7da2b583ed3cc85b1ec0.zip |
3.4 branch added wrt bug #170448
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-firewall/shorewall/shorewall-3.2.9.ebuild')
-rw-r--r-- | net-firewall/shorewall/shorewall-3.2.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/shorewall/shorewall-3.2.9.ebuild b/net-firewall/shorewall/shorewall-3.2.9.ebuild index 21ebd687054d..8f65f1d0a42e 100644 --- a/net-firewall/shorewall/shorewall-3.2.9.ebuild +++ b/net-firewall/shorewall/shorewall-3.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-3.2.9.ebuild,v 1.2 2007/04/12 18:35:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-3.2.9.ebuild,v 1.3 2007/04/12 18:45:42 jokey Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="http://shorewall.net/pub/${PN}/3.2/${P}/${P}.tgz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 sparc x86" IUSE="doc" DEPEND=">=net-firewall/iptables-1.2.4 @@ -21,7 +21,7 @@ DEPEND=">=net-firewall/iptables-1.2.4 pkg_setup() { if built_with_use sys-apps/iproute2 minimal; then - die "Shorewall requires sys-apps/iproute2 to be built without the \"minimal\" USE flag." + die "Shorewall requires sys-apps/iproute2 to be built without the \"minimal\" USE flag." fi } |