diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-05-19 23:26:37 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-05-19 23:26:37 +0000 |
commit | 3ddcad09c23137edb8056bfe69cdfc5d90fd51a6 (patch) | |
tree | 23c11e00f85f354b128ba5664367f0a88859306a /app-text | |
parent | Stable on amd64 and x86. (diff) | |
download | gentoo-2-3ddcad09c23137edb8056bfe69cdfc5d90fd51a6.tar.gz gentoo-2-3ddcad09c23137edb8056bfe69cdfc5d90fd51a6.tar.bz2 gentoo-2-3ddcad09c23137edb8056bfe69cdfc5d90fd51a6.zip |
We need some cyrillic fonts too, thanks to Philipp Riegger <stoile@anderedomain.de> for reporting in bug #222785
(Portage version: 2.1.5)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xindy/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/xindy/xindy-2.3.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/app-text/xindy/ChangeLog b/app-text/xindy/ChangeLog index 23d1564d8ca3..ef13faa81499 100644 --- a/app-text/xindy/ChangeLog +++ b/app-text/xindy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/xindy # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/ChangeLog,v 1.1 2008/05/17 16:32:49 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/ChangeLog,v 1.2 2008/05/19 23:26:37 aballier Exp $ + + 19 May 2008; Alexis Ballier <aballier@gentoo.org> xindy-2.3.ebuild: + We need some cyrillic fonts too, thanks to Philipp Riegger + <stoile@anderedomain.de> for reporting in bug #222785 *xindy-2.3 (17 May 2008) diff --git a/app-text/xindy/xindy-2.3.ebuild b/app-text/xindy/xindy-2.3.ebuild index 3f1aadc3326f..11c34269ccc6 100644 --- a/app-text/xindy/xindy-2.3.ebuild +++ b/app-text/xindy/xindy-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/xindy-2.3.ebuild,v 1.1 2008/05/17 16:32:49 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/xindy-2.3.ebuild,v 1.2 2008/05/19 23:26:37 aballier Exp $ DESCRIPTION="A Flexible Indexing System" @@ -13,7 +13,8 @@ KEYWORDS="~amd64" IUSE="doc" RDEPEND="virtual/latex-base - >=dev-lisp/clisp-2.44.1-r1" + >=dev-lisp/clisp-2.44.1-r1 + || ( dev-texlive/texlive-langcyrillic app-text/tetex app-text/ptex )" DEPEND="${RDEPEND} sys-devel/flex" @@ -23,7 +24,7 @@ src_compile() { econf \ $(use_enable doc docs) \ --enable-external-clisp --enable-clisp-dir=${clisp_dir} - emake -j1 || die "Make failed" + VARTEXFONTS="${T}/fonts" emake -j1 || die "Make failed" } src_install() { |