diff options
-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 |