From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8F4091384E3 for ; Fri, 28 Aug 2015 09:39:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B03B3141F9; Fri, 28 Aug 2015 09:39:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F5C7141F9 for ; Fri, 28 Aug 2015 09:39:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 098EC340940 for ; Fri, 28 Aug 2015 09:39:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17D68155 for ; Fri, 28 Aug 2015 09:39:18 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1440754747.14faeb9ead5de075d5313b06709baaf441231819.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lilypond/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lilypond/lilypond-9999.ebuild X-VCS-Directories: media-sound/lilypond/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 14faeb9ead5de075d5313b06709baaf441231819 X-VCS-Branch: master Date: Fri, 28 Aug 2015 09:39:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2dd8432b-714a-4624-bfae-58fcd1a7487e X-Archives-Hash: 9429d1b1d9090b98340e3bda57a020bf commit: 14faeb9ead5de075d5313b06709baaf441231819 Author: Miroslav Šulc gentoo org> AuthorDate: Fri Aug 28 09:27:17 2015 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Aug 28 09:39:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14faeb9e media-sound/lilypond: fixed font dependency and configure switch (now it uses tex-gyre) Package-Manager: portage-2.2.20.1 media-sound/lilypond/lilypond-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild index 18d2f01..5e32a8e 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 \