From 776f83032e901614fb92e8d3241130919e9e1b10 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Thu, 28 Jul 2011 15:44:28 +0000 Subject: disable eptex with use=-cjk too, should fix bug #376765 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64) --- app-text/texlive-core/ChangeLog | 5 ++++- app-text/texlive-core/texlive-core-2011.ebuild | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'app-text') diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 5fc1d5d9ab17..c0074cb9f5e0 100644 --- a/app-text/texlive-core/ChangeLog +++ b/app-text/texlive-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/texlive-core # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.140 2011/07/28 12:03:10 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.141 2011/07/28 15:44:28 aballier Exp $ + + 28 Jul 2011; Alexis Ballier texlive-core-2011.ebuild: + disable eptex with use=-cjk too, should fix bug #376765 28 Jul 2011; Alexis Ballier texlive-core-2011.ebuild: bump a bit the version requirements diff --git a/app-text/texlive-core/texlive-core-2011.ebuild b/app-text/texlive-core/texlive-core-2011.ebuild index 94a58c69ee4a..c3b32e6baa31 100644 --- a/app-text/texlive-core/texlive-core-2011.ebuild +++ b/app-text/texlive-core/texlive-core-2011.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011.ebuild,v 1.2 2011/07/28 12:03:10 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011.ebuild,v 1.3 2011/07/28 15:44:28 aballier Exp $ EAPI=3 @@ -174,6 +174,7 @@ src_configure() { --disable-largefile \ $(use_enable xetex) \ $(use_enable cjk ptex) \ + $(use_enable cjk eptex) \ $(use_enable cjk mendexk) \ $(use_enable cjk makejvf) \ $(use_with X x) -- cgit v1.2.3-65-gdbad