summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-26 19:44:09 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-26 19:44:09 +0000
commitd9014171858eb9094e14a06b09aeb02c63ab94b5 (patch)
tree06e6d6579fe28102ce0094a399f0b5c62efa46a1 /app-text/texlive
parentmarked x86 per bug 417625 (diff)
downloadhistorical-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')
-rw-r--r--app-text/texlive/ChangeLog6
-rw-r--r--app-text/texlive/texlive-2011-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/texlive/ChangeLog b/app-text/texlive/ChangeLog
index 234566b2c3b6..a0a52aec8016 100644
--- a/app-text/texlive/ChangeLog
+++ b/app-text/texlive/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/texlive
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.102 2012/05/22 10:20:44 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.103 2012/05/26 19:44:09 aballier Exp $
+
+ 26 May 2012; Alexis Ballier <aballier@gentoo.org> texlive-2011-r1.ebuild:
+ allow app-text/ttf2pk2 as a ttf2pk provider, making
+ media-libs/freetype:1[kpathsea] not mandatory, bug #412499
22 May 2012; Johannes Huber <johu@gentoo.org> texlive-2011-r1.ebuild:
Add ~x86 wrt bug #410239
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 )