diff options
author | Benjamin Schindler <config@gentoo.org> | 2005-04-28 19:46:33 +0000 |
---|---|---|
committer | Benjamin Schindler <config@gentoo.org> | 2005-04-28 19:46:33 +0000 |
commit | b007b6dd4b8f9dba0910f8539124df04c12d22f2 (patch) | |
tree | cc501f6ccc91f3580d34bc3ef60637b86015ec82 /app-forensics | |
parent | Compilation fix for amd64 (diff) | |
download | historical-b007b6dd4b8f9dba0910f8539124df04c12d22f2.tar.gz historical-b007b6dd4b8f9dba0910f8539124df04c12d22f2.tar.bz2 historical-b007b6dd4b8f9dba0910f8539124df04c12d22f2.zip |
Fixing bug 90489
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/sleuthkit/ChangeLog | 5 | ||||
-rw-r--r-- | app-forensics/sleuthkit/sleuthkit-2.01.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-forensics/sleuthkit/ChangeLog b/app-forensics/sleuthkit/ChangeLog index a962111b2e16..5335ff9d5d1a 100644 --- a/app-forensics/sleuthkit/ChangeLog +++ b/app-forensics/sleuthkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-forensics/sleuthkit # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.15 2005/04/24 15:15:46 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/ChangeLog,v 1.16 2005/04/28 19:46:33 config Exp $ + + 29 Apr 2005; Benjamin Schindler <config@gentoo.org> sleuthkit-2.01.ebuild: + Fixed bug 90489 24 Apr 2005; Jason Wever <weeve@gentoo.org> sleuthkit-2.01.ebuild: Fixed keywords since this was accidentily committed as stable. diff --git a/app-forensics/sleuthkit/sleuthkit-2.01.ebuild b/app-forensics/sleuthkit/sleuthkit-2.01.ebuild index 95f48dbac037..00acdb132139 100644 --- a/app-forensics/sleuthkit/sleuthkit-2.01.ebuild +++ b/app-forensics/sleuthkit/sleuthkit-2.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-2.01.ebuild,v 1.2 2005/04/24 15:15:46 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-2.01.ebuild,v 1.3 2005/04/28 19:46:33 config Exp $ inherit toolchain-funcs eutils @@ -29,6 +29,9 @@ src_unpack() { sed -i '63,69d' src/timeline/config-perl || die "sed config-perl failed" sed -i 's:`cd ../..; pwd`:/usr:' src/sorter/install \ || die "sed install failed" + if use amd64; then + epatch ${FILESDIR}/${P}-include_fix.patch + fi } src_compile() { |