diff options
author | 2008-03-10 22:22:17 +0000 | |
---|---|---|
committer | 2008-03-10 22:22:17 +0000 | |
commit | 84f547b3d0e4f76d8e236deceb87e0a0e4494fc4 (patch) | |
tree | 761f3e3cb81024c089bac92be385b853b4aa61cf /app-text/texlive-core | |
parent | ruby is needed for context, not for all texlive (diff) | |
download | gentoo-2-84f547b3d0e4f76d8e236deceb87e0a0e4494fc4.tar.gz gentoo-2-84f547b3d0e4f76d8e236deceb87e0a0e4494fc4.tar.bz2 gentoo-2-84f547b3d0e4f76d8e236deceb87e0a0e4494fc4.zip |
ruby is needed for context, not for all texlive
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text/texlive-core')
-rw-r--r-- | app-text/texlive-core/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/texlive-core/texlive-core-2007-r12.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/texlive-core/ChangeLog b/app-text/texlive-core/ChangeLog index 59af38d218fc..d89affcb6d1a 100644 --- a/app-text/texlive-core/ChangeLog +++ b/app-text/texlive-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/texlive-core # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.46 2008/03/02 11:09:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.47 2008/03/10 22:22:17 aballier Exp $ + + 10 Mar 2008; Alexis Ballier <aballier@gentoo.org> + texlive-core-2007-r12.ebuild: + ruby is needed for context, not for all texlive 02 Mar 2008; Alexis Ballier <aballier@gentoo.org> texlive-core-2007-r12.ebuild: diff --git a/app-text/texlive-core/texlive-core-2007-r12.ebuild b/app-text/texlive-core/texlive-core-2007-r12.ebuild index 8761a6d59573..57f58b227626 100644 --- a/app-text/texlive-core/texlive-core-2007-r12.ebuild +++ b/app-text/texlive-core/texlive-core-2007-r12.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/texlive-core/texlive-core-2007-r12.ebuild,v 1.5 2008/03/02 11:09:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2007-r12.ebuild,v 1.6 2008/03/10 22:22:17 aballier Exp $ inherit eutils flag-o-matic toolchain-funcs libtool autotools texlive-common @@ -63,8 +63,7 @@ DEPEND="${MODULAR_X_DEPEND} =media-libs/freetype-2* media-libs/fontconfig" -RDEPEND="${DEPEND} - dev-lang/ruby" +RDEPEND="${DEPEND}" S="${WORKDIR}" |