summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-06-10 09:29:48 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-06-10 09:29:48 +0000
commit3558b3dadd1abbaf2d025fcb9c4029374fa7255f (patch)
tree4bd0fe5fcdd1a04b6b56e7cd9815394dc0805d54 /dev-libs/libhome/files
parentp.use.masking kde for x11-themes/qtcurve-qt4, as long as kde-4 is masked (diff)
downloadgentoo-2-3558b3dadd1abbaf2d025fcb9c4029374fa7255f.tar.gz
gentoo-2-3558b3dadd1abbaf2d025fcb9c4029374fa7255f.tar.bz2
gentoo-2-3558b3dadd1abbaf2d025fcb9c4029374fa7255f.zip
Use sed rather than a patch to fix the bug, so that it's not thrown off by CVS keywords.
(Portage version: 2.1.5.4)
Diffstat (limited to 'dev-libs/libhome/files')
-rw-r--r--dev-libs/libhome/files/libhome-0.10.1-fixlt.patch15
1 files changed, 0 insertions, 15 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
deleted file mode 100644
index 8970466deb26..000000000000
--- a/dev-libs/libhome/files/libhome-0.10.1-fixlt.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: libhome-0.10.1/configure.in
-===================================================================
---- libhome-0.10.1.orig/configure.in
-+++ libhome-0.10.1/configure.in
-@@ -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]))
-+define(__PKG_VERSION, esyscmd([awk '{printf "%s", $0}' VERSION]))
-
--AC_INIT(libhome, VERSION, lwa@teaser.fr)
-+AC_INIT(libhome, __PKG_VERSION, lwa@teaser.fr)
- AC_REVISION($Revision: 1.2 $)
- AC_CONFIG_HEADER(config.h)
- AC_PREREQ(2.53)