summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-10-14 17:41:03 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-10-14 17:41:03 +0000
commit6f82309f0b07862cef877ed752a36d34cf1b32f0 (patch)
tree2b03a60feb498a11b264f557daf58971aa2c4b68
parentadd latex-base virtual (diff)
downloadgentoo-2-6f82309f0b07862cef877ed752a36d34cf1b32f0.tar.gz
gentoo-2-6f82309f0b07862cef877ed752a36d34cf1b32f0.tar.bz2
gentoo-2-6f82309f0b07862cef877ed752a36d34cf1b32f0.zip
virtual/tetex -> virtual/latex-base
(Portage version: 2.1.3.13)
-rw-r--r--app-text/lcdf-typetools/ChangeLog6
-rw-r--r--app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/lcdf-typetools/ChangeLog b/app-text/lcdf-typetools/ChangeLog
index 45f60eec0575..74f9e527e258 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.4 2007/10/14 15:34:18 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.5 2007/10/14 17:41:03 aballier Exp $
+
+ 14 Oct 2007; Alexis Ballier <aballier@gentoo.org>
+ lcdf-typetools-2.66.ebuild:
+ virtual/tetex -> virtual/latex-base
14 Oct 2007; Markus Rothe <corsair@gentoo.org> lcdf-typetools-2.66.ebuild:
Added ~ppc64; bug #194363
diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild
index 75e5dad88cae..665f2e2d2900 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.2 2007/10/14 15:34:18 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild,v 1.3 2007/10/14 17:41:03 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="tetex"
-DEPEND="tetex? ( virtual/tetex )"
+DEPEND="tetex? ( virtual/latex-base )"
src_compile() {
econf $(use_with tetex kpathsea) || die "econf failed"