diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-04-23 13:53:46 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-04-23 13:53:46 +0000 |
commit | f40d119510d21ff550e9af3d0996037a2f1ef3cb (patch) | |
tree | 2f2fba3696c585cc5e26a7436b182905d9cb73ea /dev-texlive/texlive-xetex/texlive-xetex-2009.ebuild | |
parent | push changes (diff) | |
download | historical-f40d119510d21ff550e9af3d0996037a2f1ef3cb.tar.gz historical-f40d119510d21ff550e9af3d0996037a2f1ef3cb.tar.bz2 historical-f40d119510d21ff550e9af3d0996037a2f1ef3cb.zip |
texlive-xetex needs latexextra, bug #307397 by Dragomir Penev <dragomir.penev@gmail.com>
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-texlive/texlive-xetex/texlive-xetex-2009.ebuild')
-rw-r--r-- | dev-texlive/texlive-xetex/texlive-xetex-2009.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-texlive/texlive-xetex/texlive-xetex-2009.ebuild b/dev-texlive/texlive-xetex/texlive-xetex-2009.ebuild index 0c2e269ef4ee..764fb0b2c6fd 100644 --- a/dev-texlive/texlive-xetex/texlive-xetex-2009.ebuild +++ b/dev-texlive/texlive-xetex/texlive-xetex-2009.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/texlive-xetex-2009.ebuild,v 1.2 2010/01/15 09:44:09 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-xetex/texlive-xetex-2009.ebuild,v 1.3 2010/04/23 13:53:46 aballier Exp $ TEXLIVE_MODULE_CONTENTS="arabxetex euenc bidi fontspec fontwrap harvardkyoto mathspec philokalia polyglossia xecjk xecolour xecyr xeindex xepersian xesearch xetex xetex-def xetex-itrans xetex-pstricks xetexconfig xetexfontinfo xltxtra xunicode collection-xetex " @@ -11,9 +11,10 @@ DESCRIPTION="TeXLive XeTeX packages" LICENSE="GPL-2 Apache-2.0 as-is GPL-1 LPPL-1.3 OFL public-domain " SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-texlive/texlive-basic-2009 !=app-text/texlive-core-2007* +dev-texlive/texlive-latexextra " RDEPEND="${DEPEND} " |