diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-28 15:44:28 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-28 15:44:28 +0000 |
commit | 776f83032e901614fb92e8d3241130919e9e1b10 (patch) | |
tree | 789b2843badd6120a356f5d5090ca4fd3057d855 /app-text | |
parent | Fix high CPU usage, bug #376677. (diff) | |
download | gentoo-2-776f83032e901614fb92e8d3241130919e9e1b10.tar.gz gentoo-2-776f83032e901614fb92e8d3241130919e9e1b10.tar.bz2 gentoo-2-776f83032e901614fb92e8d3241130919e9e1b10.zip |
disable eptex with use=-cjk too, should fix bug #376765
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2011.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
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 <aballier@gentoo.org> texlive-core-2011.ebuild: + disable eptex with use=-cjk too, should fix bug #376765 28 Jul 2011; Alexis Ballier <aballier@gentoo.org> 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) |