From de64cecfdf1da29d32fc7d598604777028f29626 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Wed, 17 Aug 2011 14:49:31 +0000 Subject: Compile fix (Portage version: 2.1.10.11/cvs/Linux x86_64) --- dev-util/crash/ChangeLog | 5 ++++- dev-util/crash/crash-5.1.7.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'dev-util/crash') 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 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 } -- cgit v1.2.3-65-gdbad