diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-14 18:18:43 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2019-05-15 20:28:53 +1000 |
commit | bafa87b1cfd4dc9c6605b19763f93aab26576a25 (patch) | |
tree | fd1e3f85058d6d51b73eb7df94a43152fc465f40 /app-forensics/examiner/files | |
parent | app-forensics/examiner: fix LICENSE (diff) | |
download | gentoo-bafa87b1cfd4dc9c6605b19763f93aab26576a25.tar.gz gentoo-bafa87b1cfd4dc9c6605b19763f93aab26576a25.tar.bz2 gentoo-bafa87b1cfd4dc9c6605b19763f93aab26576a25.zip |
app-forensics/examiner: EAPI7, update ebuild
Closes: https://bugs.gentoo.org/685962
Closes: https://github.com/gentoo/gentoo/pull/11997
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
Diffstat (limited to 'app-forensics/examiner/files')
-rw-r--r-- | app-forensics/examiner/files/examiner-0.5-perl.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-forensics/examiner/files/examiner-0.5-perl.patch b/app-forensics/examiner/files/examiner-0.5-perl.patch index ee24bfd9c079..e9e838692539 100644 --- a/app-forensics/examiner/files/examiner-0.5-perl.patch +++ b/app-forensics/examiner/files/examiner-0.5-perl.patch @@ -1,5 +1,5 @@ ---- ./os/linux/examiner_hashes.pl.orig 2005-05-22 10:39:56.000000000 +1000 -+++ ./os/linux/examiner_hashes.pl 2005-05-22 10:40:11.000000000 +1000 +--- a/os/linux/examiner_hashes.pl.orig 2005-05-22 10:39:56.000000000 +1000 ++++ b/os/linux/examiner_hashes.pl 2005-05-22 10:40:11.000000000 +1000 @@ -1,6 +1,6 @@ $loaded_library=1; @@ -17,8 +17,8 @@ 1 => "SOCKET", 2 => "BIND", 3 => "CONNECT", ---- os/bsd/examiner_hashes.pl.orig 2005-05-22 10:45:39.000000000 +1000 -+++ os/bsd/examiner_hashes.pl 2005-05-22 10:45:58.000000000 +1000 +--- a/os/bsd/examiner_hashes.pl.orig 2005-05-22 10:45:39.000000000 +1000 ++++ b/os/bsd/examiner_hashes.pl 2005-05-22 10:45:58.000000000 +1000 @@ -1,6 +1,6 @@ $loaded_library=1; |