diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-11-03 10:01:50 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-11-03 10:01:50 +0000 |
commit | 04f5f3b662c1fbdb156d08decb4b62a91417d77f (patch) | |
tree | da4d8cc44cfb8943f88936432b6c04536abe4a00 /dev-texlive | |
parent | Version bump. (diff) | |
download | gentoo-2-04f5f3b662c1fbdb156d08decb4b62a91417d77f.tar.gz gentoo-2-04f5f3b662c1fbdb156d08decb4b62a91417d77f.tar.bz2 gentoo-2-04f5f3b662c1fbdb156d08decb4b62a91417d77f.zip |
We still need to RDEPEND on ruby for the 2008 version...
(Portage version: 2.2_rc13/cvs/Linux 2.6.27.4 x86_64)
Diffstat (limited to 'dev-texlive')
-rw-r--r-- | dev-texlive/texlive-context/ChangeLog | 6 | ||||
-rw-r--r-- | dev-texlive/texlive-context/texlive-context-2008.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-texlive/texlive-context/ChangeLog b/dev-texlive/texlive-context/ChangeLog index 4050839c704f..80cdadf31456 100644 --- a/dev-texlive/texlive-context/ChangeLog +++ b/dev-texlive/texlive-context/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-texlive/texlive-context # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.20 2008/10/31 14:12:56 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.21 2008/11/03 10:01:50 aballier Exp $ + + 03 Nov 2008; Alexis Ballier <aballier@gentoo.org> + texlive-context-2008.ebuild: + We still need to RDEPEND on ruby for the 2008 version... 31 Oct 2008; Alexis Ballier <aballier@gentoo.org> texlive-context-2008.ebuild: diff --git a/dev-texlive/texlive-context/texlive-context-2008.ebuild b/dev-texlive/texlive-context/texlive-context-2008.ebuild index 7e694110ff04..5dafed2a44f1 100644 --- a/dev-texlive/texlive-context/texlive-context-2008.ebuild +++ b/dev-texlive/texlive-context/texlive-context-2008.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/dev-texlive/texlive-context/texlive-context-2008.ebuild,v 1.2 2008/10/31 14:12:56 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2008.ebuild,v 1.3 2008/11/03 10:01:50 aballier Exp $ TEXLIVE_MODULE_CONTENTS="context jmn lmextra bin-context context-account context-bnf context-chromato context-construction-plan context-degrade context-french context-letter context-lettrine context-lilypond context-mathsets context-taspresent context-typearea context-vim collection-context " @@ -17,7 +17,8 @@ DEPEND=">=dev-texlive/texlive-metapost-2008 >=dev-texlive/texlive-basic-2008 >=dev-texlive/texlive-latex-2008 " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} dev-lang/ruby +" TL_CONTEXT_UNIX_STUBS="context ctxtools exatools luatools makempy mpstools mptopdf mtxrun mtxtools pdftools pdftrimwhite pstopdf rlxtools runtools texexec texfind texfont texshow textools texutil tmftools xmltools" TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/context/ruby/texmfstart.rb" for i in ${TL_CONTEXT_UNIX_STUBS} ; do |