diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2008-12-22 12:41:35 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2008-12-22 12:41:35 +0000 |
commit | 8008248f81bcfeb7625edae61d1686f6378c3e62 (patch) | |
tree | b440207abb6c10f2b032c368ece783f7964bfe63 /app-misc/gramps/files | |
parent | Disable stripping -- this is a binary-only package. (diff) | |
download | historical-8008248f81bcfeb7625edae61d1686f6378c3e62.tar.gz historical-8008248f81bcfeb7625edae61d1686f6378c3e62.tar.bz2 historical-8008248f81bcfeb7625edae61d1686f6378c3e62.zip |
fix a race condition for parallel install. Patch provided by flameeyes in bug 249165
Package-Manager: portage-2.1.4.5
Diffstat (limited to 'app-misc/gramps/files')
-rw-r--r-- | app-misc/gramps/files/gramps-3.0.3_fix-installation-race-condition.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-misc/gramps/files/gramps-3.0.3_fix-installation-race-condition.patch b/app-misc/gramps/files/gramps-3.0.3_fix-installation-race-condition.patch new file mode 100644 index 000000000000..ed5e5cb487f2 --- /dev/null +++ b/app-misc/gramps/files/gramps-3.0.3_fix-installation-race-condition.patch @@ -0,0 +1,15 @@ +--- src/docgen/Makefile.am.orig 2008-12-22 13:24:05.000000000 +0100 ++++ src/docgen/Makefile.am 2008-12-22 13:24:39.000000000 +0100 +@@ -23,11 +23,9 @@ + TextBufDoc.py \ + GtkPrint.py + +-docgen_DATA = \ ++dist_docgen_DATA = \ + gtkprintpreview.glade + +-dist_docgen_DATA = $(docgen_DATA) +- + # Clean up all the byte-compiled files + MOSTLYCLEANFILES = *pyc *pyo + |