diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-12-10 07:41:50 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-12-10 07:41:50 +0000 |
commit | 7312648fa360dc6a9b4bf1a0ebd3618db9b09e41 (patch) | |
tree | 242dc348fb1e42322f67e266bc5726598317469a | |
parent | Use make_desktop_entry so that we get a .desktop file that passes desktop-fil... (diff) | |
download | gentoo-2-7312648fa360dc6a9b4bf1a0ebd3618db9b09e41.tar.gz gentoo-2-7312648fa360dc6a9b4bf1a0ebd3618db9b09e41.tar.bz2 gentoo-2-7312648fa360dc6a9b4bf1a0ebd3618db9b09e41.zip |
use virtual/tex-base rather than latex-base as it only needs kpathsea
(Portage version: 2.1.4_rc9)
-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" |