diff options
author | 2004-02-09 04:53:38 +0000 | |
---|---|---|
committer | 2004-02-09 04:53:38 +0000 | |
commit | 4e5867cfcc40842c6d69bf385358cf2847c05fc4 (patch) | |
tree | 95df2e444c7376a06b350e2a805e0302487ca844 /app-admin/chkrootkit | |
parent | ppc64 2004.0 profile addition (diff) | |
download | historical-4e5867cfcc40842c6d69bf385358cf2847c05fc4.tar.gz historical-4e5867cfcc40842c6d69bf385358cf2847c05fc4.tar.bz2 historical-4e5867cfcc40842c6d69bf385358cf2847c05fc4.zip |
added amd64 keyword.
Diffstat (limited to 'app-admin/chkrootkit')
-rw-r--r-- | app-admin/chkrootkit/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/chkrootkit/chkrootkit-0.42b.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-admin/chkrootkit/ChangeLog b/app-admin/chkrootkit/ChangeLog index 347e383997b7..a09511fdb067 100644 --- a/app-admin/chkrootkit/ChangeLog +++ b/app-admin/chkrootkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/chkrootkit -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chkrootkit/ChangeLog,v 1.18 2004/01/04 16:08:43 weeve Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/chkrootkit/ChangeLog,v 1.19 2004/02/09 04:53:38 absinthe Exp $ + + 08 Feb 2004; Dylan Carlson <absinthe@gentoo.org> chkrootkit-0.42b.ebuild: + added amd64 keyword. 04 Jan 2004; Jason Wever <weeve@gentoo.org> chkrootkit-0.37.ebuild, chkrootkit-0.39a.ebuild, chkrootkit-0.41-r1.ebuild, chkrootkit-0.42b.ebuild: diff --git a/app-admin/chkrootkit/chkrootkit-0.42b.ebuild b/app-admin/chkrootkit/chkrootkit-0.42b.ebuild index 09bd4f703247..41d88c60ef5f 100644 --- a/app-admin/chkrootkit/chkrootkit-0.42b.ebuild +++ b/app-admin/chkrootkit/chkrootkit-0.42b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/chkrootkit/chkrootkit-0.42b.ebuild,v 1.5 2004/01/04 16:08:43 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/chkrootkit/chkrootkit-0.42b.ebuild,v 1.6 2004/02/09 04:53:38 absinthe Exp $ inherit eutils @@ -8,7 +8,7 @@ DESCRIPTION="a tool to locally check for signs of a rootkit" SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${P}.tar.gz" HOMEPAGE="http://www.chkrootkit.org/" IUSE="" -KEYWORDS="~x86 ~ppc ~sparc alpha ~ia64" +KEYWORDS="~x86 ~ppc ~sparc alpha ~ia64 amd64" LICENSE="AMS" SLOT="0" |