diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-11-18 09:57:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-11-18 09:57:09 +0000 |
commit | 71e28cd64f54b45c3e828cf0c8b490af2bb9ddf2 (patch) | |
tree | aafc813791a6103ec1845798a4f03d6acf593ab2 /app-text/lcdf-typetools | |
parent | add kpathsea local useflag for lcdf-typetools (diff) | |
download | gentoo-2-71e28cd64f54b45c3e828cf0c8b490af2bb9ddf2.tar.gz gentoo-2-71e28cd64f54b45c3e828cf0c8b490af2bb9ddf2.tar.bz2 gentoo-2-71e28cd64f54b45c3e828cf0c8b490af2bb9ddf2.zip |
rename tetex useflag to kpathsea which makes more sense
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-text/lcdf-typetools')
-rw-r--r-- | app-text/lcdf-typetools/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-text/lcdf-typetools/ChangeLog b/app-text/lcdf-typetools/ChangeLog index 3c08b77f36a5..ad66cc97434b 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.7 2007/10/25 16:45:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/lcdf-typetools/ChangeLog,v 1.8 2007/11/18 09:57:09 aballier Exp $ + + 18 Nov 2007; Alexis Ballier <aballier@gentoo.org> + lcdf-typetools-2.66.ebuild: + rename tetex useflag to kpathsea which makes more sense 25 Oct 2007; Raúl Porcel <armin76@gentoo.org> lcdf-typetools-2.66.ebuild: Add ~alpha/~ia64 wrt #195815 diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.66.ebuild index afcd5293f59c..1c03343d46a4 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.5 2007/10/25 16:45:05 armin76 Exp $ +# $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 $ DESCRIPTION="Font utilities for eg manipulating OTF" SRC_URI="http://www.lcdf.org/type/${P}.tar.gz" @@ -8,12 +8,12 @@ HOMEPAGE="http://www.lcdf.org/type/#typetools" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86" SLOT="0" LICENSE="GPL-2" -IUSE="tetex" +IUSE="kpathsea" -DEPEND="tetex? ( virtual/latex-base )" +DEPEND="kpathsea? ( virtual/latex-base )" src_compile() { - econf $(use_with tetex kpathsea) || die "econf failed" + econf $(use_with kpathsea) || die "econf failed" emake || die "emake failed" } |