diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-09-09 18:31:52 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-09-09 18:31:52 +0000 |
commit | 5973882b0a8f7d681b95c77d87812b79f97bdfa5 (patch) | |
tree | a12c1cde26127bd2641532ceb1d78a6b956418a9 /app-text/texlive | |
parent | Add empty IUSE to please repoman (diff) | |
download | gentoo-2-5973882b0a8f7d681b95c77d87812b79f97bdfa5.tar.gz gentoo-2-5973882b0a8f7d681b95c77d87812b79f97bdfa5.tar.bz2 gentoo-2-5973882b0a8f7d681b95c77d87812b79f97bdfa5.zip |
Make freetype:1 optional, it's needed to convert ttf files to pk ones, but should not be mandatory
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'app-text/texlive')
-rw-r--r-- | app-text/texlive/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/texlive/texlive-2008.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-text/texlive/ChangeLog b/app-text/texlive/ChangeLog index 47f10b8b6b88..2a72b46ac7fc 100644 --- a/app-text/texlive/ChangeLog +++ b/app-text/texlive/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/texlive # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.42 2008/09/09 18:23:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.43 2008/09/09 18:31:52 aballier Exp $ + + 09 Sep 2008; Alexis Ballier <aballier@gentoo.org> texlive-2008.ebuild: + Make freetype:1 optional, it's needed to convert ttf files to pk ones, but + should not be mandatory 09 Sep 2008; Alexis Ballier <aballier@gentoo.org> metadata.xml, texlive-2008.ebuild: diff --git a/app-text/texlive/texlive-2008.ebuild b/app-text/texlive/texlive-2008.ebuild index a59f0498b24a..9a6181b11443 100644 --- a/app-text/texlive/texlive-2008.ebuild +++ b/app-text/texlive/texlive-2008.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2008.ebuild,v 1.2 2008/09/09 18:23:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2008.ebuild,v 1.3 2008/09/09 18:31:52 aballier Exp $ DESCRIPTION="A complete TeX distribution" HOMEPAGE="http://tug.org/texlive/" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="cjk context cyrillic detex doc dvi2tty extra games graphics humanities jadetex music omega - png pstricks publishers science tex4ht xetex xindy xml X" + png pstricks publishers science tex4ht truetype xetex xindy xml X" LANGS="af ar bg bn bo cs cy da de el en en_GB eo es et fi fr ga he hi hr hsb hu hy id is it ja ko la ml mn nl no pl pt ro ru sk sl sr sv ta th tr uk vi zh" @@ -33,7 +33,7 @@ RDEPEND="${DEPEND} app-text/t1utils dev-util/dialog >=app-text/lcdf-typetools-2.69 - =media-libs/freetype-1* + truetype? ( =media-libs/freetype-1* ) detex? ( dev-tex/detex ) app-text/ps2eps >=app-text/dvipdfm-0.13.2d |