diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-06-09 19:27:57 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-06-09 19:27:57 +0000 |
commit | 069701b40be3338529f2fb2d9050764436339e7f (patch) | |
tree | e6a75b809cc73249b53f7053314b65736699c790 /dev-libs/libhome/files | |
parent | stable ppc64, bug 225231 (diff) | |
download | historical-069701b40be3338529f2fb2d9050764436339e7f.tar.gz historical-069701b40be3338529f2fb2d9050764436339e7f.tar.bz2 historical-069701b40be3338529f2fb2d9050764436339e7f.zip |
Fix patch to avoid CVS keywords.
Package-Manager: portage-2.1.5.4
Diffstat (limited to 'dev-libs/libhome/files')
-rw-r--r-- | dev-libs/libhome/files/libhome-0.10.1-fixlt.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/libhome/files/libhome-0.10.1-fixlt.patch b/dev-libs/libhome/files/libhome-0.10.1-fixlt.patch index efda0bb3b35a..8970466deb26 100644 --- a/dev-libs/libhome/files/libhome-0.10.1-fixlt.patch +++ b/dev-libs/libhome/files/libhome-0.10.1-fixlt.patch @@ -2,8 +2,7 @@ Index: libhome-0.10.1/configure.in =================================================================== --- libhome-0.10.1.orig/configure.in +++ libhome-0.10.1/configure.in -@@ -21,9 +21,9 @@ dnl USA - dnl $Id: libhome-0.10.1-fixlt.patch,v 1.1 2008/06/09 15:51:18 flameeyes Exp $ +@@ -21,8 +21,8 @@ dnl USA dnl Process this file with autoconf to produce a configure script. -define(VERSION, esyscmd([awk '{printf "%s", $0}' VERSION])) @@ -11,6 +10,6 @@ Index: libhome-0.10.1/configure.in -AC_INIT(libhome, VERSION, lwa@teaser.fr) +AC_INIT(libhome, __PKG_VERSION, lwa@teaser.fr) - AC_REVISION($Revision: 1.1 $) + AC_REVISION($Revision: 1.2 $) AC_CONFIG_HEADER(config.h) AC_PREREQ(2.53) |