diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-07-27 12:27:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-07-27 12:27:18 +0000 |
commit | f63269edff262c782a91f42090077c3c18d6df9f (patch) | |
tree | 533ef7e5041749b44bb2e065541921785f7c4137 /dev-texlive/texlive-pictures/texlive-pictures-2012.ebuild | |
parent | Initial version of pycparser (bug 364801). (diff) | |
download | gentoo-2-f63269edff262c782a91f42090077c3c18d6df9f.tar.gz gentoo-2-f63269edff262c782a91f42090077c3c18d6df9f.tar.bz2 gentoo-2-f63269edff262c782a91f42090077c3c18d6df9f.zip |
drop unneeded ruby dep as noted by Tomasz Golinski in bug #369745
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-texlive/texlive-pictures/texlive-pictures-2012.ebuild')
-rw-r--r-- | dev-texlive/texlive-pictures/texlive-pictures-2012.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-texlive/texlive-pictures/texlive-pictures-2012.ebuild b/dev-texlive/texlive-pictures/texlive-pictures-2012.ebuild index 4552c684c82a..1444602922d1 100644 --- a/dev-texlive/texlive-pictures/texlive-pictures-2012.ebuild +++ b/dev-texlive/texlive-pictures/texlive-pictures-2012.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/texlive-pictures-2012.ebuild,v 1.1 2012/07/27 02:52:49 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-texlive/texlive-pictures/texlive-pictures-2012.ebuild,v 1.2 2012/07/27 12:27:18 aballier Exp $ EAPI="4" @@ -19,6 +19,5 @@ DEPEND=">=dev-texlive/texlive-basic-2012 !<dev-texlive/texlive-latexextra-2009 !<dev-texlive/texlive-texinfo-2009 " -RDEPEND="${DEPEND} dev-lang/ruby -" +RDEPEND="${DEPEND}" TEXLIVE_MODULE_BINSCRIPTS="texmf-dist/scripts/cachepic/cachepic.tlu texmf-dist/scripts/fig4latex/fig4latex texmf-dist/scripts/mathspic/mathspic.pl" |