diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/lcdf-typetools/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/lcdf-typetools/ChangeLog b/app-text/lcdf-typetools/ChangeLog index ad66cc97434b..47ce7d910412 100644 --- a/app-text/lcdf-typetools/ChangeLog +++ b/app-text/lcdf-typetools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/lcdf-typetools # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.8 2007/11/18 09:57:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.9 2007/12/10 07:41:50 aballier Exp $ + + 10 Dec 2007; Alexis Ballier <aballier@gentoo.org> + lcdf-typetools-2.66.ebuild: + use virtual/tex-base rather than latex-base as it only needs kpathsea 18 Nov 2007; Alexis Ballier <aballier@gentoo.org> lcdf-typetools-2.66.ebuild: diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild index 1c03343d46a4..1f40d257fbee 100644 --- a/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild +++ b/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild,v 1.6 2007/11/18 09:57:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild,v 1.7 2007/12/10 07:41:50 aballier Exp $ DESCRIPTION="Font utilities for eg manipulating OTF" SRC_URI="http://www.lcdf.org/type/${P}.tar.gz" @@ -10,7 +10,7 @@ SLOT="0" LICENSE="GPL-2" IUSE="kpathsea" -DEPEND="kpathsea? ( virtual/latex-base )" +DEPEND="kpathsea? ( virtual/tex-base )" src_compile() { econf $(use_with kpathsea) || die "econf failed" |