summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-12-31 13:05:31 +0000
committerMichał Górny <mgorny@gentoo.org>2012-12-31 13:05:31 +0000
commitb207a7d01a6c6a955183dd182e951be4730e5439 (patch)
tree6c73c350512f4a7bb89eae02d13bfe9d910724e4 /dev-tex
parentUse virtual/pyparsing. (diff)
downloadgentoo-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')
-rw-r--r--dev-tex/dot2tex/ChangeLog6
-rw-r--r--dev-tex/dot2tex/dot2tex-2.8.7.ebuild4
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-tex/dot2tex/ChangeLog b/dev-tex/dot2tex/ChangeLog
index 7cb3a63c1776..9a29a6591ffe 100644
--- a/dev-tex/dot2tex/ChangeLog
+++ b/dev-tex/dot2tex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tex/dot2tex
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/ChangeLog,v 1.29 2012/04/22 18:29:23 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/ChangeLog,v 1.30 2012/12/31 13:05:31 mgorny Exp $
+
+ 31 Dec 2012; Michał Górny <mgorny@gentoo.org> dot2tex-2.8.7.ebuild:
+ Use virtual/pyparsing.
22 Apr 2012; Fabian Groffen <grobian@gentoo.org> dot2tex-2.8.7.ebuild:
Marked ~amd64-linux, bug #411651
@@ -108,4 +111,3 @@
14 Jan 2008; Alexis Ballier <aballier@gentoo.org> +metadata.xml,
+dot2tex-2.7.0.ebuild:
initial import, thanks to people in bug #153027
-
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"