diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2015-08-28 11:27:17 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2015-08-28 11:39:07 +0200 |
commit | 14faeb9ead5de075d5313b06709baaf441231819 (patch) | |
tree | b7a216ca7b247df5cc504237d8adcb8ef81ea272 /media-sound/lilypond | |
parent | sys-cluster/glusterfs: drop old and vulnerable versions wrt #558422 #541540, ... (diff) | |
download | gentoo-14faeb9ead5de075d5313b06709baaf441231819.tar.gz gentoo-14faeb9ead5de075d5313b06709baaf441231819.tar.bz2 gentoo-14faeb9ead5de075d5313b06709baaf441231819.zip |
media-sound/lilypond: fixed font dependency and configure switch (now it uses tex-gyre)
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-sound/lilypond')
-rw-r--r-- | media-sound/lilypond/lilypond-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild index 18d2f013153d..5e32a8efce30 100644 --- a/media-sound/lilypond/lilypond-9999.ebuild +++ b/media-sound/lilypond/lilypond-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-9999.ebuild,v 1.9 2015/04/08 17:59:42 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2[deprecated,regex] - media-fonts/urw-fonts + media-fonts/tex-gyre media-libs/fontconfig media-libs/freetype:2 >=x11-libs/pango-1.12.3 @@ -82,7 +82,7 @@ src_configure() { # version of texi2html than is currently in the tree econf \ - --with-ncsb-dir=/usr/share/fonts/urw-fonts \ + --with-texgyre-dir=/usr/share/fonts/tex-gyre \ --disable-documentation \ --disable-optimising \ --disable-pipe \ |