summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-03-10 22:20:54 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-03-10 22:20:54 +0000
commit266508aa2255c0c3c1ea82889d4eabe84dc18e6f (patch)
tree9aca11e97de7a58483647ffe6434f0cb537b6750 /dev-texlive
parentRemove old (diff)
downloadgentoo-2-266508aa2255c0c3c1ea82889d4eabe84dc18e6f.tar.gz
gentoo-2-266508aa2255c0c3c1ea82889d4eabe84dc18e6f.tar.bz2
gentoo-2-266508aa2255c0c3c1ea82889d4eabe84dc18e6f.zip
ruby is needed for context, not for all texlive
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-texlive')
-rw-r--r--dev-texlive/texlive-context/ChangeLog6
-rw-r--r--dev-texlive/texlive-context/texlive-context-2007.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-texlive/texlive-context/ChangeLog b/dev-texlive/texlive-context/ChangeLog
index 9f6524314f12..9cb7dcc7455a 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.9 2008/02/10 16:30:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/ChangeLog,v 1.10 2008/03/10 22:20:54 aballier Exp $
+
+ 10 Mar 2008; Alexis Ballier <aballier@gentoo.org>
+ texlive-context-2007.ebuild:
+ ruby is needed for context, not for all texlive
10 Feb 2008; Alexis Ballier <aballier@gentoo.org>
texlive-context-2007.ebuild:
diff --git a/dev-texlive/texlive-context/texlive-context-2007.ebuild b/dev-texlive/texlive-context/texlive-context-2007.ebuild
index 7eeeafe27b4f..4add2ee661fa 100644
--- a/dev-texlive/texlive-context/texlive-context-2007.ebuild
+++ b/dev-texlive/texlive-context/texlive-context-2007.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-2007.ebuild,v 1.9 2008/02/10 16:30:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-context/texlive-context-2007.ebuild,v 1.10 2008/03/10 22:20:54 aballier Exp $
TEXLIVE_MODULES_DEPS="dev-texlive/texlive-basic
dev-texlive/texlive-langgreek
@@ -13,3 +13,5 @@ DESCRIPTION="TeXLive ConTeXt format"
LICENSE="GPL-2 LPPL-1.3c"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND="dev-lang/ruby"