summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-09-23 12:14:06 +0000
committerMike Frysinger <vapier@gentoo.org>2004-09-23 12:14:06 +0000
commita7b119291730f76a002493e6b26ad626380e8b81 (patch)
tree46f30a616087c21ddd0468d3269cbd3e43463198 /app-forensics/sleuthkit
parentskeyprune regex for matching zeroed entries was case sensitive, meaning it mi... (diff)
downloadgentoo-2-a7b119291730f76a002493e6b26ad626380e8b81.tar.gz
gentoo-2-a7b119291730f76a002493e6b26ad626380e8b81.tar.bz2
gentoo-2-a7b119291730f76a002493e6b26ad626380e8b81.zip
arm KEYWORDS
Diffstat (limited to 'app-forensics/sleuthkit')
-rw-r--r--app-forensics/sleuthkit/sleuthkit-1.72.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-forensics/sleuthkit/sleuthkit-1.72.ebuild b/app-forensics/sleuthkit/sleuthkit-1.72.ebuild
index b77dc1ca7013..f31a156500cd 100644
--- a/app-forensics/sleuthkit/sleuthkit-1.72.ebuild
+++ b/app-forensics/sleuthkit/sleuthkit-1.72.ebuild
@@ -1,20 +1,20 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-1.72.ebuild,v 1.2 2004/09/18 16:15:10 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-1.72.ebuild,v 1.3 2004/09/23 12:12:09 vapier Exp $
DESCRIPTION="A collection of file system and media management forensic analysis tools"
HOMEPAGE="http://www.sleuthkit.org/sleuthkit/"
SRC_URI="mirror://sourceforge/sleuthkit/${P}.tar.gz"
+
LICENSE="GPL-2 IBM"
SLOT="0"
-KEYWORDS="x86 ~ppc sparc ~hppa ~s390"
+KEYWORDS="arm hppa ppc s390 sparc x86"
IUSE=""
RDEPEND="dev-lang/perl
dev-perl/DateManip
virtual/libc
sys-libs/zlib"
-
DEPEND="${RDEPEND}
>=sys-apps/sed-4
sys-devel/gcc"