diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-12-31 13:05:31 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-12-31 13:05:31 +0000 |
commit | b207a7d01a6c6a955183dd182e951be4730e5439 (patch) | |
tree | 6c73c350512f4a7bb89eae02d13bfe9d910724e4 /dev-tex/dot2tex/dot2tex-2.8.7.ebuild | |
parent | Use virtual/pyparsing. (diff) | |
download | gentoo-2-b207a7d01a6c6a955183dd182e951be4730e5439.tar.gz gentoo-2-b207a7d01a6c6a955183dd182e951be4730e5439.tar.bz2 gentoo-2-b207a7d01a6c6a955183dd182e951be4730e5439.zip |
Use virtual/pyparsing.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-tex/dot2tex/dot2tex-2.8.7.ebuild')
-rw-r--r-- | dev-tex/dot2tex/dot2tex-2.8.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/dot2tex/dot2tex-2.8.7.ebuild b/dev-tex/dot2tex/dot2tex-2.8.7.ebuild index 0eb374fba05f..f371f770c953 100644 --- a/dev-tex/dot2tex/dot2tex-2.8.7.ebuild +++ b/dev-tex/dot2tex/dot2tex-2.8.7.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-tex/dot2tex/dot2tex-2.8.7.ebuild,v 1.19 2012/04/22 18:29:23 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/dot2tex-2.8.7.ebuild,v 1.20 2012/12/31 13:05:31 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -19,7 +19,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd IUSE="doc examples" DEPEND="" -RDEPEND=">=dev-python/pyparsing-1.4.8 +RDEPEND="virtual/pyparsing media-gfx/pydot media-gfx/graphviz" |