summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/crash/ChangeLog5
-rw-r--r--dev-util/crash/crash-5.1.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/crash/ChangeLog b/dev-util/crash/ChangeLog
index 02c09a3bfc6c..9741bffe8809 100644
--- a/dev-util/crash/ChangeLog
+++ b/dev-util/crash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/crash
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/crash/ChangeLog,v 1.2 2011/08/16 19:45:54 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/crash/ChangeLog,v 1.3 2011/08/17 14:49:31 cardoe Exp $
+
+ 17 Aug 2011; Doug Goldstein <cardoe@gentoo.org> crash-5.1.7.ebuild:
+ Compile fix
*crash-5.1.7 (16 Aug 2011)
diff --git a/dev-util/crash/crash-5.1.7.ebuild b/dev-util/crash/crash-5.1.7.ebuild
index 75bdf66ac4f8..40b0259e9e9a 100644
--- a/dev-util/crash/crash-5.1.7.ebuild
+++ b/dev-util/crash/crash-5.1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/crash/crash-5.1.7.ebuild,v 1.1 2011/08/16 19:45:54 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/crash/crash-5.1.7.ebuild,v 1.2 2011/08/17 14:49:31 cardoe Exp $
EAPI=4
@@ -19,5 +19,5 @@ DEPEND=""
RDEPEND="${DEPEND}"
src_prepare() {
- epatch "${FILESDIR}"/${P}-install-fix.patch
+ epatch "${FILESDIR}"/${PN}-5.1.1-install-fix.patch
}