diff options
author | 2003-03-11 21:11:49 +0000 | |
---|---|---|
committer | 2003-03-11 21:11:49 +0000 | |
commit | f68541f7823c5f01a1d17215138989a709a5bab8 (patch) | |
tree | c22bc1b210b8aa9a93c59b71ddad228d4b5689d8 /net-misc/ferm | |
parent | unmasked in x86 (diff) | |
download | gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.tar.gz gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.tar.bz2 gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.zip |
moved perl from sys-devel to dev-lang
Diffstat (limited to 'net-misc/ferm')
-rw-r--r-- | net-misc/ferm/ferm-1.1_pre7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/ferm/ferm-1.1_pre7.ebuild b/net-misc/ferm/ferm-1.1_pre7.ebuild index 83c84c3d407f..3466aecef2b4 100644 --- a/net-misc/ferm/ferm-1.1_pre7.ebuild +++ b/net-misc/ferm/ferm-1.1_pre7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ferm/ferm-1.1_pre7.ebuild,v 1.6 2003/02/13 14:49:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ferm/ferm-1.1_pre7.ebuild,v 1.7 2003/03/11 21:11:46 seemant Exp $ DESCRIPTION="Command line util for managing firewall rules" HOMEPAGE="http://www.geo.vu.nl/~koka/ferm/" @@ -8,7 +8,7 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc " SLOT="0" DEPEND="" -RDEPEND="sys-devel/perl" +RDEPEND="dev-lang/perl" SRC_URI="http://www.geo.vu.nl/~koka/ferm/${PN}.tar.gz" S=${WORKDIR}/${PN}-1.1-pre7 |