diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-26 19:44:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-26 19:44:09 +0000 |
commit | d9014171858eb9094e14a06b09aeb02c63ab94b5 (patch) | |
tree | 06e6d6579fe28102ce0094a399f0b5c62efa46a1 /app-text/texlive/texlive-2011-r1.ebuild | |
parent | marked x86 per bug 417625 (diff) | |
download | historical-d9014171858eb9094e14a06b09aeb02c63ab94b5.tar.gz historical-d9014171858eb9094e14a06b09aeb02c63ab94b5.tar.bz2 historical-d9014171858eb9094e14a06b09aeb02c63ab94b5.zip |
allow app-text/ttf2pk2 as a ttf2pk provider, making media-libs/freetype:1[kpathsea] not mandatory, bug #412499
Package-Manager: portage-2.2.0_alpha108/cvs/Linux x86_64
Diffstat (limited to 'app-text/texlive/texlive-2011-r1.ebuild')
-rw-r--r-- | app-text/texlive/texlive-2011-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/texlive/texlive-2011-r1.ebuild b/app-text/texlive/texlive-2011-r1.ebuild index 6b14b3aa4eab..82d72b99c2dc 100644 --- a/app-text/texlive/texlive-2011-r1.ebuild +++ b/app-text/texlive/texlive-2011-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2011-r1.ebuild,v 1.6 2012/05/22 10:20:44 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2011-r1.ebuild,v 1.7 2012/05/26 19:44:09 aballier Exp $ EAPI="2" @@ -35,7 +35,7 @@ RDEPEND="${DEPEND} >=${TEXLIVE_CAT}/texlive-texinfo-${PV} app-text/t1utils >=app-text/lcdf-typetools-2.69[kpathsea] - truetype? ( media-libs/freetype:1[kpathsea] ) + truetype? ( || ( app-text/ttf2pk2 media-libs/freetype:1[kpathsea] ) ) detex? ( dev-tex/detex ) app-text/ps2eps dvipdfm? ( >=app-text/dvipdfm-0.13.2d ) |