diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-12-16 05:03:16 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-12-16 05:03:16 +0000 |
commit | 24064f4e78db85f956523f257ed7d005abf76fd5 (patch) | |
tree | 1f62559259bfef9254c870d5a9b711b5f2a7c5d5 /app-forensics/chkrootkit | |
parent | Corrected description; bug #73829. Marked as stable. (Manifest recommit) (diff) | |
download | gentoo-2-24064f4e78db85f956523f257ed7d005abf76fd5.tar.gz gentoo-2-24064f4e78db85f956523f257ed7d005abf76fd5.tar.bz2 gentoo-2-24064f4e78db85f956523f257ed7d005abf76fd5.zip |
Stable on amd64.
Diffstat (limited to 'app-forensics/chkrootkit')
-rw-r--r-- | app-forensics/chkrootkit/ChangeLog | 5 | ||||
-rw-r--r-- | app-forensics/chkrootkit/chkrootkit-0.44.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-forensics/chkrootkit/ChangeLog b/app-forensics/chkrootkit/ChangeLog index dd301cd5f66f..51d8b3a70365 100644 --- a/app-forensics/chkrootkit/ChangeLog +++ b/app-forensics/chkrootkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/chkrootkit # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/ChangeLog,v 1.17 2004/11/11 19:44:35 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/ChangeLog,v 1.18 2004/12/16 05:00:29 absinthe Exp $ + + 16 Dec 2004; Dylan Carlson <absinthe@gentoo.org> chkrootkit-0.44.ebuild: + Stable on amd64. 11 Nov 2004; Bryan Østergaard <kloeri@gentoo.org> chkrootkit-0.44.ebuild: Stable on alpha. diff --git a/app-forensics/chkrootkit/chkrootkit-0.44.ebuild b/app-forensics/chkrootkit/chkrootkit-0.44.ebuild index e81f8d2797b9..80c4ac359072 100644 --- a/app-forensics/chkrootkit/chkrootkit-0.44.ebuild +++ b/app-forensics/chkrootkit/chkrootkit-0.44.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/chkrootkit-0.44.ebuild,v 1.6 2004/11/11 19:44:35 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/chkrootkit/chkrootkit-0.44.ebuild,v 1.7 2004/12/16 05:00:29 absinthe Exp $ inherit eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.pangeia.com.br/pub/seg/pac/${P}.tar.gz LICENSE="AMS" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sparc x86" IUSE="" DEPEND="virtual/libc" |