diff options
-rw-r--r-- | media-fonts/texcm-ttf/ChangeLog | 7 | ||||
-rw-r--r-- | media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-fonts/texcm-ttf/ChangeLog b/media-fonts/texcm-ttf/ChangeLog index a10570afe503..b4d3f4d2a5a6 100644 --- a/media-fonts/texcm-ttf/ChangeLog +++ b/media-fonts/texcm-ttf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-fonts/texcm-ttf -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/texcm-ttf/ChangeLog,v 1.11 2008/02/24 12:19:11 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/texcm-ttf/ChangeLog,v 1.12 2009/02/01 16:52:28 pva Exp $ + + 01 Feb 2009; Peter Volkov <pva@gentoo.org> texcm-ttf-1.0.ebuild: + Added missing FONT_S, bug #257220, thank Elias Pipping for report. 24 Feb 2008; Raúl Porcel <armin76@gentoo.org> texcm-ttf-1.0.ebuild: alpha stable diff --git a/media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild b/media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild index 8bb9c5cac8e0..560ac877f97f 100644 --- a/media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild +++ b/media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild,v 1.12 2008/02/24 12:19:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/texcm-ttf/texcm-ttf-1.0.ebuild,v 1.13 2009/02/01 16:52:28 pva Exp $ inherit font @@ -16,6 +16,6 @@ IUSE="" DEPEND="app-arch/unzip" RDEPEND="" -S="${WORKDIR}/${PN}" - +S=${WORKDIR}/${PN} +FONT_S=${WORKDIR}/${PN} FONT_SUFFIX="ttf" |