diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:46 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:46 +0000 |
commit | 5077d8b122125a272652fac9bf6125dfe99dadf5 (patch) | |
tree | 2f0f773ccb8e8e0dc06cb090f7b3a66566988adc /net-misc/linuxsms | |
parent | moved perl from sys-devel to dev-lang (diff) | |
download | historical-5077d8b122125a272652fac9bf6125dfe99dadf5.tar.gz historical-5077d8b122125a272652fac9bf6125dfe99dadf5.tar.bz2 historical-5077d8b122125a272652fac9bf6125dfe99dadf5.zip |
moved perl from sys-devel to dev-lang
Diffstat (limited to 'net-misc/linuxsms')
-rw-r--r-- | net-misc/linuxsms/linuxsms-0.58.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/linuxsms/linuxsms-0.58.ebuild b/net-misc/linuxsms/linuxsms-0.58.ebuild index 787cbb3020b8..bea548d040b6 100644 --- a/net-misc/linuxsms/linuxsms-0.58.ebuild +++ b/net-misc/linuxsms/linuxsms-0.58.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/linuxsms/linuxsms-0.58.ebuild,v 1.3 2003/02/13 14:59:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/linuxsms/linuxsms-0.58.ebuild,v 1.4 2003/03/11 21:11:46 seemant Exp $ S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ KEYWORDS="x86 sparc" LICENSE="GPL-2" SLOT="0" -DEPEND=">=sys-devel/perl-5.6.1" +DEPEND=">=dev-lang/perl-5.6.1" src_install () { dodir /opt/linuxsms |