diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-07-06 00:56:58 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-07-06 00:56:58 +0000 |
commit | ddcce84a9d870eb4bc8cd0911c04911dfdfe93c0 (patch) | |
tree | f6f400415634a9e303d959a1accd01e1977e97a2 /app-text/texlive | |
parent | Prevent distribute bootstrap. Resolves error with setuptools-0.7, bug 475290. (diff) | |
download | gentoo-2-ddcce84a9d870eb4bc8cd0911c04911dfdfe93c0.tar.gz gentoo-2-ddcce84a9d870eb4bc8cd0911c04911dfdfe93c0.tar.bz2 gentoo-2-ddcce84a9d870eb4bc8cd0911c04911dfdfe93c0.zip |
bump cjk-latex dep as older versions install files in /usr/share/texmf/
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'app-text/texlive')
-rw-r--r-- | app-text/texlive/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/texlive/texlive-2013.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/texlive/ChangeLog b/app-text/texlive/ChangeLog index 14206d6bb8a9..89f8be7ea91e 100644 --- a/app-text/texlive/ChangeLog +++ b/app-text/texlive/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/texlive # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.134 2013/07/05 23:35:43 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/ChangeLog,v 1.135 2013/07/06 00:56:58 aballier Exp $ + + 06 Jul 2013; Alexis Ballier <aballier@gentoo.org> texlive-2013.ebuild: + bump cjk-latex dep as older versions install files in /usr/share/texmf/ 05 Jul 2013; Alexis Ballier <aballier@gentoo.org> texlive-2013.ebuild: bump tex4ht dep (previous revisions will not work with texlive 2013) diff --git a/app-text/texlive/texlive-2013.ebuild b/app-text/texlive/texlive-2013.ebuild index f1363f877ea1..979429deef18 100644 --- a/app-text/texlive/texlive-2013.ebuild +++ b/app-text/texlive/texlive-2013.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2013.ebuild,v 1.2 2013/07/05 23:35:43 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2013.ebuild,v 1.3 2013/07/06 00:56:58 aballier Exp $ EAPI="2" @@ -103,7 +103,7 @@ RDEPEND="${DEPEND} linguas_fa? ( >=${TEXLIVE_CAT}/texlive-langarabic-${PV} ) linguas_hy? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) cjk? ( >=${TEXLIVE_CAT}/texlive-langcjk-${PV} - >=dev-tex/cjk-latex-4.8.2 ) + >=dev-tex/cjk-latex-4.8.3-r1 ) linguas_hr? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) linguas_bg? ( >=${TEXLIVE_CAT}/texlive-langcyrillic-${PV} ) linguas_br? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) |