diff options
Diffstat (limited to 'app-forensics/autopsy/autopsy-2.03.ebuild')
-rw-r--r-- | app-forensics/autopsy/autopsy-2.03.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-forensics/autopsy/autopsy-2.03.ebuild b/app-forensics/autopsy/autopsy-2.03.ebuild index 00ca6fea5f65..d47a145f2370 100644 --- a/app-forensics/autopsy/autopsy-2.03.ebuild +++ b/app-forensics/autopsy/autopsy-2.03.ebuild @@ -1,25 +1,23 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/autopsy/autopsy-2.03.ebuild,v 1.2 2004/09/12 07:40:08 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/autopsy/autopsy-2.03.ebuild,v 1.3 2004/09/23 12:14:06 vapier Exp $ inherit eutils DESCRIPTION="A graphical interface to the digital forensic analysis tools in The Sleuth Kit." -SRC_URI="mirror://sourceforge/autopsy/${P}.tar.gz" HOMEPAGE="http://www.sleuthkit.org/autopsy/" -RESTRICT="nomirror" +SRC_URI="mirror://sourceforge/autopsy/${P}.tar.gz" -KEYWORDS="~x86 ~sparc ~s390 ~ppc" LICENSE="GPL-2" SLOT="0" +KEYWORDS="~arm ~ppc ~s390 ~sparc ~x86" IUSE="" -# Runtime depend on grep and file deliberate +# Runtime depend on grep and file deliberate RDEPEND="dev-lang/perl app-forensics/sleuthkit sys-apps/grep sys-apps/file" - DEPEND="dev-lang/perl app-forensics/sleuthkit >=sys-apps/sed-4" |