summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Gardner <je_fro@gentoo.org>2007-07-19 08:16:33 +0000
committerJeffrey Gardner <je_fro@gentoo.org>2007-07-19 08:16:33 +0000
commit375bbb32f4b3adbce4ce2b8fb69cc87611d9e04e (patch)
treeb463e535c72175368f71bb62272c3c39489ac509 /sci-visualization
parentAdd patch to fix compilation with >=linux headers-2.6.19. See bug 185828. (diff)
downloadgentoo-2-375bbb32f4b3adbce4ce2b8fb69cc87611d9e04e.tar.gz
gentoo-2-375bbb32f4b3adbce4ce2b8fb69cc87611d9e04e.tar.bz2
gentoo-2-375bbb32f4b3adbce4ce2b8fb69cc87611d9e04e.zip
Fix patch name.
(Portage version: 2.1.2.9)
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/opendx/ChangeLog7
-rw-r--r--sci-visualization/opendx/files/opendx-4.3.2-sys.h.patch (renamed from sci-visualization/opendx/files/opendx-sys.h.patch)0
-rw-r--r--sci-visualization/opendx/opendx-4.3.2-r1.ebuild4
3 files changed, 8 insertions, 3 deletions
diff --git a/sci-visualization/opendx/ChangeLog b/sci-visualization/opendx/ChangeLog
index 150da523dcec..da77f33ce54c 100644
--- a/sci-visualization/opendx/ChangeLog
+++ b/sci-visualization/opendx/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-visualization/opendx
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/ChangeLog,v 1.5 2007/07/19 08:11:02 je_fro Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/ChangeLog,v 1.6 2007/07/19 08:16:32 je_fro Exp $
+
+ 19 Jul 2007; Jeff Gardner <je_fro@gentoo.org>
+ +files/opendx-4.3.2-sys.h.patch, -files/opendx-sys.h.patch,
+ opendx-4.3.2-r1.ebuild:
+ Fix patch name.
19 Jul 2007; Jeff Gardner <je_fro@gentoo.org> +files/opendx-sys.h.patch,
opendx-4.3.2-r1.ebuild:
diff --git a/sci-visualization/opendx/files/opendx-sys.h.patch b/sci-visualization/opendx/files/opendx-4.3.2-sys.h.patch
index 93bf18efb38c..93bf18efb38c 100644
--- a/sci-visualization/opendx/files/opendx-sys.h.patch
+++ b/sci-visualization/opendx/files/opendx-4.3.2-sys.h.patch
diff --git a/sci-visualization/opendx/opendx-4.3.2-r1.ebuild b/sci-visualization/opendx/opendx-4.3.2-r1.ebuild
index dbf418dcaf66..8c9ff5215865 100644
--- a/sci-visualization/opendx/opendx-4.3.2-r1.ebuild
+++ b/sci-visualization/opendx/opendx-4.3.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.3.2-r1.ebuild,v 1.3 2007/07/19 08:11:02 je_fro Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.3.2-r1.ebuild,v 1.4 2007/07/19 08:16:32 je_fro Exp $
# Set SMP="no" to force disable of SMP compilation.
# Set SMP="yes" to force enable of SMP compilation.
@@ -60,7 +60,7 @@ smp_check() {
src_compile() {
if has_version '>=sys-kernel/linux-headers-2.6.19' ; then
- epatch ${FILESDIR}/opendx-sys.h.patch || die "Failed to apply sys.h patch."
+ epatch ${FILESDIR}/${P}-sys.h.patch || die "Failed to apply sys.h patch."
fi
eautoreconf || die "Failed running eautoreconf."