diff options
Diffstat (limited to 'app-forensics/sleuthkit/sleuthkit-3.0.1.ebuild')
-rw-r--r-- | app-forensics/sleuthkit/sleuthkit-3.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/sleuthkit/sleuthkit-3.0.1.ebuild b/app-forensics/sleuthkit/sleuthkit-3.0.1.ebuild index 9e89dccdeb93..7d2ac62ccb78 100644 --- a/app-forensics/sleuthkit/sleuthkit-3.0.1.ebuild +++ b/app-forensics/sleuthkit/sleuthkit-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-3.0.1.ebuild,v 1.1 2009/03/08 16:36:49 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-3.0.1.ebuild,v 1.2 2009/05/01 19:08:42 armin76 Exp $ inherit eutils flag-o-matic autotools @@ -11,7 +11,7 @@ HOMEPAGE="http://www.sleuthkit.org/sleuthkit/" SRC_URI="mirror://sourceforge/sleuthkit/${P}.tar.gz" LICENSE="GPL-2 IBM" -KEYWORDS="~amd64 ~hppa ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~s390 ~sparc ~x86" DEPEND="ewf? ( app-forensics/libewf ) aff? ( app-forensics/afflib )" |