diff options
author | 2003-03-11 20:50:08 +0000 | |
---|---|---|
committer | 2003-03-11 20:50:08 +0000 | |
commit | eff0b65944f2af8dd06a2a46284ce2c900f5cf15 (patch) | |
tree | 0bfcb129ea519611babe90a3336dca9018c24f63 /net-firewall | |
parent | add ~alpha (diff) | |
download | gentoo-2-eff0b65944f2af8dd06a2a46284ce2c900f5cf15.tar.gz gentoo-2-eff0b65944f2af8dd06a2a46284ce2c900f5cf15.tar.bz2 gentoo-2-eff0b65944f2af8dd06a2a46284ce2c900f5cf15.zip |
moved bash from sys-apps to app-shells
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/dynfw/dynfw-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/dynfw/dynfw-1.0.1.ebuild b/net-firewall/dynfw/dynfw-1.0.1.ebuild index 3a8b35ec9e84..ee6329e6223d 100644 --- a/net-firewall/dynfw/dynfw-1.0.1.ebuild +++ b/net-firewall/dynfw/dynfw-1.0.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/dynfw/dynfw-1.0.1.ebuild,v 1.2 2003/03/04 00:56:29 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/dynfw/dynfw-1.0.1.ebuild,v 1.3 2003/03/11 20:50:08 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Dynamic Firewall Tools for netfilter-based firewalls" SRC_URI="http://gentoo.org/projects/${P}.tar.gz" HOMEPAGE="http://gentoo.org/projects/dynfw" -DEPEND="sys-apps/bash" +DEPEND="app-shells/bash" KEYWORDS="x86 sparc " SLOT="0" LICENSE="GPL-2" |