diff options
author | Tomás Touceda <chiiph@gentoo.org> | 2010-04-13 18:35:47 +0000 |
---|---|---|
committer | Tomás Touceda <chiiph@gentoo.org> | 2010-04-13 18:35:47 +0000 |
commit | 63b9ff76092399ce7caef8e85a1dfc2b4612dcbb (patch) | |
tree | 45b5094f3a0c028875c7e8b97a586ea0ed5414f7 /media-sound/lilypond/files | |
parent | alpha/sparc stable wrt #311337 (diff) | |
download | gentoo-2-63b9ff76092399ce7caef8e85a1dfc2b4612dcbb.tar.gz gentoo-2-63b9ff76092399ce7caef8e85a1dfc2b4612dcbb.tar.bz2 gentoo-2-63b9ff76092399ce7caef8e85a1dfc2b4612dcbb.zip |
Version bump. Port ebuild to EAPI=3
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'media-sound/lilypond/files')
-rw-r--r-- | media-sound/lilypond/files/lilypond-2.12.3-qa_pyc_fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/lilypond/files/lilypond-2.12.3-qa_pyc_fix.patch b/media-sound/lilypond/files/lilypond-2.12.3-qa_pyc_fix.patch new file mode 100644 index 000000000000..3ac3c305d3aa --- /dev/null +++ b/media-sound/lilypond/files/lilypond-2.12.3-qa_pyc_fix.patch @@ -0,0 +1,12 @@ +diff -Naur lilypond-2.12.2.orig/python/GNUmakefile lilypond-2.12.2/python/GNUmakefile +--- lilypond-2.12.2.orig/python/GNUmakefile 2009-01-18 22:04:57.000000000 -0200 ++++ lilypond-2.12.2/python/GNUmakefile 2009-12-10 12:28:27.000000000 -0300 +@@ -16,7 +16,7 @@ + INSTALLATION_OUT_DIR=$(local_lilypond_libdir)/python + + INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/python +-INSTALLATION_OUT_FILES1=$(OUT_PY_MODULES) $(OUT_PYC_MODULES) ++INSTALLATION_OUT_FILES1=$(OUT_PY_MODULES) + + $(outdir)/midi.lo: $(outdir)/config.hh + |