diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-08-08 19:22:28 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-08-08 19:22:28 +0000 |
commit | 85f31517b2eaf46784192006bab7b980e587e40b (patch) | |
tree | c1afcc05db21dfbad8f62f53eb900e365d58697c /dev-libs/pth | |
parent | Blocking astropy (bug #429148) (diff) | |
download | gentoo-2-85f31517b2eaf46784192006bab7b980e587e40b.tar.gz gentoo-2-85f31517b2eaf46784192006bab7b980e587e40b.tar.bz2 gentoo-2-85f31517b2eaf46784192006bab7b980e587e40b.zip |
Update patch replacing it with the line from fedora
(Portage version: 2.1.11.5/cvs/Linux ia64)
Diffstat (limited to 'dev-libs/pth')
-rw-r--r-- | dev-libs/pth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/pth/files/pth-2.0.7-kernel-3.patch | 12 |
2 files changed, 11 insertions, 7 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog index 9cbebf457db6..ff04b001155e 100644 --- a/dev-libs/pth/ChangeLog +++ b/dev-libs/pth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/pth # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.72 2012/08/08 15:01:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.73 2012/08/08 19:22:28 armin76 Exp $ + + 08 Aug 2012; Raúl Porcel <armin76@gentoo.org> + files/pth-2.0.7-kernel-3.patch: + Update patch replacing it with the line from fedora 08 Aug 2012; Raúl Porcel <armin76@gentoo.org> pth-2.0.7-r3.ebuild, +files/pth-2.0.7-kernel-3.patch: diff --git a/dev-libs/pth/files/pth-2.0.7-kernel-3.patch b/dev-libs/pth/files/pth-2.0.7-kernel-3.patch index e6e825bf531c..c8a1afb369a1 100644 --- a/dev-libs/pth/files/pth-2.0.7-kernel-3.patch +++ b/dev-libs/pth/files/pth-2.0.7-kernel-3.patch @@ -1,24 +1,24 @@ -diff -ur pth-2.0.7.orig//aclocal.m4 pth-2.0.7/aclocal.m4 ---- pth-2.0.7.orig//aclocal.m4 2012-08-08 16:25:05.289931224 +0200 +diff -ur pth-2.0.7.orig/aclocal.m4 pth-2.0.7/aclocal.m4 +--- pth-2.0.7.orig/aclocal.m4 2012-08-08 16:25:05.289931224 +0200 +++ pth-2.0.7/aclocal.m4 2012-08-08 16:26:45.164932424 +0200 @@ -1074,7 +1074,7 @@ braindead=no case "x`uname -r`" in changequote(, )dnl - x2.[23456789]* ) ;; -+ x[23].[23456789]* ) ;; ++ x2.[23456789]* | x3.[0-9]* ) ;; changequote([, ]) * ) braindead=yes ;; esac -diff -ur pth-2.0.7.orig//configure pth-2.0.7/configure ---- pth-2.0.7.orig//configure 2012-08-08 16:25:05.289931224 +0200 +diff -ur pth-2.0.7.orig/configure pth-2.0.7/configure +--- pth-2.0.7.orig/configure 2012-08-08 16:25:05.289931224 +0200 +++ pth-2.0.7/configure 2012-08-08 16:27:00.391494004 +0200 @@ -22512,7 +22512,7 @@ *-*-linux* ) braindead=no case "x`uname -r`" in - x2.[23456789]* ) ;; -+ x[23].[23456789]* ) ;; ++ x2.[23456789]* | x3.[0-9]* ) ;; * ) braindead=yes ;; esac |