diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-03-10 23:01:36 +1300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-11 00:09:46 +0100 |
commit | 0b82840bc3f497a74fc754c8cd0d694803994df1 (patch) | |
tree | 0f32a5f59aa8308b15fc27418c7d0a0155c7c732 /app-forensics | |
parent | app-admin/swatch: Fix dependency on dev-perl/Date-Manip (diff) | |
download | gentoo-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')
-rw-r--r-- | app-forensics/sleuthkit/sleuthkit-4.0.2.ebuild | 4 | ||||
-rw-r--r-- | app-forensics/sleuthkit/sleuthkit-4.1.0.ebuild | 4 | ||||
-rw-r--r-- | app-forensics/sleuthkit/sleuthkit-4.1.2.ebuild | 4 | ||||
-rw-r--r-- | app-forensics/sleuthkit/sleuthkit-4.1.3.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/app-forensics/sleuthkit/sleuthkit-4.0.2.ebuild b/app-forensics/sleuthkit/sleuthkit-4.0.2.ebuild index e276d0013a24..4600b1b2ff4e 100644 --- a/app-forensics/sleuthkit/sleuthkit-4.0.2.ebuild +++ b/app-forensics/sleuthkit/sleuthkit-4.0.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$ @@ -19,7 +19,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 ) diff --git a/app-forensics/sleuthkit/sleuthkit-4.1.0.ebuild b/app-forensics/sleuthkit/sleuthkit-4.1.0.ebuild index 5e5fb7285a6d..6903eaaaed16 100644 --- a/app-forensics/sleuthkit/sleuthkit-4.1.0.ebuild +++ b/app-forensics/sleuthkit/sleuthkit-4.1.0.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 ) 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 ) diff --git a/app-forensics/sleuthkit/sleuthkit-4.1.3.ebuild b/app-forensics/sleuthkit/sleuthkit-4.1.3.ebuild index bbdcf6f402e4..9c44016f41d6 100644 --- a/app-forensics/sleuthkit/sleuthkit-4.1.3.ebuild +++ b/app-forensics/sleuthkit/sleuthkit-4.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 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 ) |