summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@gentoo.org>2010-06-12 22:59:05 +0000
committerTomás Touceda <chiiph@gentoo.org>2010-06-12 22:59:05 +0000
commit40188bf25bad4cd60e70036dbe4569f9a2c897dd (patch)
treeb043010ca15d42708f3367858a2ef15d04457845
parentAdd back patch that 0.8.3 needs. bug #323641 (diff)
downloadgentoo-2-40188bf25bad4cd60e70036dbe4569f9a2c897dd.tar.gz
gentoo-2-40188bf25bad4cd60e70036dbe4569f9a2c897dd.tar.bz2
gentoo-2-40188bf25bad4cd60e70036dbe4569f9a2c897dd.zip
Remove hardcoded font path. fc-list works it out, wrt 323603. Thanks to Benjamin Peterson for testing.
(Portage version: 2.2_rc67/cvs/Linux i686)
-rw-r--r--media-sound/lilypond/ChangeLog5
-rw-r--r--media-sound/lilypond/lilypond-2.12.3.ebuild6
2 files changed, 6 insertions, 5 deletions
diff --git a/media-sound/lilypond/ChangeLog b/media-sound/lilypond/ChangeLog
index 7d4ce22102ab..9f2b1c99e4d3 100644
--- a/media-sound/lilypond/ChangeLog
+++ b/media-sound/lilypond/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/lilypond
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.106 2010/06/12 04:21:44 chiiph Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/ChangeLog,v 1.107 2010/06/12 22:59:05 chiiph Exp $
+
+ 13 Jun 2010; Tomas Touceda <chiiph@gentoo.org> lilypond-2.12.3.ebuild:
+ Remove hardcoded font path. fc-list works it out, wrt 323603
12 Jun 2010; Tomas Touceda <chiiph@gentoo.org> lilypond-2.12.3.ebuild:
Update font dependency wrt bug 323603 and 311923
diff --git a/media-sound/lilypond/lilypond-2.12.3.ebuild b/media-sound/lilypond/lilypond-2.12.3.ebuild
index 074434c54b04..50702101baf6 100644
--- a/media-sound/lilypond/lilypond-2.12.3.ebuild
+++ b/media-sound/lilypond/lilypond-2.12.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.12.3.ebuild,v 1.3 2010/06/12 04:21:44 chiiph Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.12.3.ebuild,v 1.4 2010/06/12 22:59:05 chiiph Exp $
EAPI="3"
@@ -58,9 +58,7 @@ src_configure() {
strip-flags -fomit-frame-pointer
fi
- # see bug 228823
- econf --with-ncsb-dir=/usr/share/fonts/urw-fonts/ \
- $(use_enable debug debugging) \
+ econf $(use_enable debug debugging) \
$(use_enable profile profiling) \
--disable-gui \
--disable-documentation