diff options
Diffstat (limited to 'app-admin/chkrootkit/chkrootkit-0.35.ebuild')
-rw-r--r-- | app-admin/chkrootkit/chkrootkit-0.35.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-admin/chkrootkit/chkrootkit-0.35.ebuild b/app-admin/chkrootkit/chkrootkit-0.35.ebuild index 80812976c2e3..84aa27c23d53 100644 --- a/app-admin/chkrootkit/chkrootkit-0.35.ebuild +++ b/app-admin/chkrootkit/chkrootkit-0.35.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Grant Goodyear <g2boojum@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/chkrootkit/chkrootkit-0.35.ebuild,v 1.2 2002/07/06 18:49:03 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chkrootkit/chkrootkit-0.35.ebuild,v 1.3 2002/07/08 15:59:17 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="chkrootkit is a tool to locally check for signs of a rootkit. " SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${PN}.tar.gz" HOMEPAGE="http://www.chkrootkit.org/" -LICENCE="AMS" +LICENSE="AMS" +KEYWORDS="x86" +SLOT="0" DEPEND="virtual/glibc" |