summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-03-10 23:01:36 +1300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-03-11 00:09:46 +0100
commit0b82840bc3f497a74fc754c8cd0d694803994df1 (patch)
tree0f32a5f59aa8308b15fc27418c7d0a0155c7c732 /app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild
parentapp-admin/swatch: Fix dependency on dev-perl/Date-Manip (diff)
downloadgentoo-0b82840bc3f497a74fc754c8cd0d694803994df1.tar.gz
gentoo-0b82840bc3f497a74fc754c8cd0d694803994df1.tar.bz2
gentoo-0b82840bc3f497a74fc754c8cd0d694803994df1.zip
app-forensics/sleuthkit: Fix dependency on dev-perl/Date-Manip
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild')
-rw-r--r--app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild b/app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild
index 7cc4ea5af448..9c44016f41d6 100644
--- a/app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild
+++ b/app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -21,7 +21,7 @@ DEPEND="dev-db/sqlite:3
ewf? ( app-forensics/libewf )
aff? ( app-forensics/afflib )"
RDEPEND="${DEPEND}
- dev-perl/DateManip"
+ dev-perl/Date-Manip"
DOCS=( NEWS.txt README.txt )