diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-01-11 10:57:35 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-01-11 10:57:35 +0000 |
commit | af172dfac4c8a241592408e380a7dbb8dbf94e82 (patch) | |
tree | 591e6da5f3828adc3b323599cd377f6488c1a77c /app-emacs | |
parent | Stable on ppc64; bug #158810 (diff) | |
download | gentoo-2-af172dfac4c8a241592408e380a7dbb8dbf94e82.tar.gz gentoo-2-af172dfac4c8a241592408e380a7dbb8dbf94e82.tar.bz2 gentoo-2-af172dfac4c8a241592408e380a7dbb8dbf94e82.zip |
corrected patch: not configure.ac, but configure needed the change
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/tramp/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/tramp/files/tramp-2.1.7-160551_dev-null_correct_permissions.patch | 14 |
2 files changed, 12 insertions, 8 deletions
diff --git a/app-emacs/tramp/ChangeLog b/app-emacs/tramp/ChangeLog index 87992cb1e41b..66fa884de814 100644 --- a/app-emacs/tramp/ChangeLog +++ b/app-emacs/tramp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/tramp # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.24 2007/01/09 10:04:21 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.25 2007/01/11 10:57:35 opfer Exp $ + + 11 Jan 2007; Christian Faulhammer <opfer@gentoo.org> + files/tramp-2.1.7-160551_dev-null_correct_permissions.patch: + corrected patch: not configure.ac, but configure needed the change *tramp-2.1.7-r1 (09 Jan 2007) diff --git a/app-emacs/tramp/files/tramp-2.1.7-160551_dev-null_correct_permissions.patch b/app-emacs/tramp/files/tramp-2.1.7-160551_dev-null_correct_permissions.patch index d77ec3adfd6a..a64703188cf5 100644 --- a/app-emacs/tramp/files/tramp-2.1.7-160551_dev-null_correct_permissions.patch +++ b/app-emacs/tramp/files/tramp-2.1.7-160551_dev-null_correct_permissions.patch @@ -1,11 +1,11 @@ ---- tramp/configure.ac 2007-01-08 12:59:46.000000000 -0500 -+++ tramp/configure.ac 2007-01-08 13:33:08.000000000 -0500 -@@ -97,7 +97,7 @@ - AC_MSG_WARN([texi2dvi not found]) +--- ../configure 2007-01-11 11:48:47.000000000 +0100 ++++ configure 2007-01-11 11:52:03.000000000 +0100 +@@ -2733,7 +2733,7 @@ else - AC_MSG_CHECKING([for reasonable texi2dvi version]) + { echo "$as_me:$LINENO: checking for reasonable texi2dvi version" >&5 + echo $ECHO_N "checking for reasonable texi2dvi version... $ECHO_C" >&6; } - ${TEXI2DVI} -b -q -c -o /dev/null texi/test.texi 2>/dev/null >/dev/null + ${TEXI2DVI} -b -q -c texi/test.texi 2>/dev/null >/dev/null if test $? -eq 0; then - AC_MSG_RESULT([ok]) - else + { echo "$as_me:$LINENO: result: ok" >&5 + echo "${ECHO_T}ok" >&6; } |