Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lilypond/
Date: Fri, 28 Aug 2015 09:39:26
Message-Id: 1440754747.14faeb9ead5de075d5313b06709baaf441231819.fordfrog@gentoo
1 commit: 14faeb9ead5de075d5313b06709baaf441231819
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 09:27:17 2015 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 09:39:07 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14faeb9e
7
8 media-sound/lilypond: fixed font dependency and configure switch (now it uses tex-gyre)
9
10 Package-Manager: portage-2.2.20.1
11
12 media-sound/lilypond/lilypond-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild
16 index 18d2f01..5e32a8e 100644
17 --- a/media-sound/lilypond/lilypond-9999.ebuild
18 +++ b/media-sound/lilypond/lilypond-9999.ebuild
19 @@ -1,6 +1,6 @@
20 # Copyright 1999-2015 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23 +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-9999.ebuild,v 1.9 2015/04/08 17:59:42 mgorny Exp $
24
25 EAPI=5
26 PYTHON_COMPAT=( python2_7 )
27 @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
28
29 RDEPEND=">=app-text/ghostscript-gpl-8.15
30 >=dev-scheme/guile-1.8.2[deprecated,regex]
31 - media-fonts/urw-fonts
32 + media-fonts/tex-gyre
33 media-libs/fontconfig
34 media-libs/freetype:2
35 >=x11-libs/pango-1.12.3
36 @@ -82,7 +82,7 @@ src_configure() {
37 # version of texi2html than is currently in the tree
38
39 econf \
40 - --with-ncsb-dir=/usr/share/fonts/urw-fonts \
41 + --with-texgyre-dir=/usr/share/fonts/tex-gyre \
42 --disable-documentation \
43 --disable-optimising \
44 --disable-pipe \