diff options
Diffstat (limited to 'media-gfx/pydot/pydot-1.0.28.ebuild')
-rw-r--r-- | media-gfx/pydot/pydot-1.0.28.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/pydot/pydot-1.0.28.ebuild b/media-gfx/pydot/pydot-1.0.28.ebuild index 60cc5faf5b1d..5e71202bf98b 100644 --- a/media-gfx/pydot/pydot-1.0.28.ebuild +++ b/media-gfx/pydot/pydot-1.0.28.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/media-gfx/pydot/pydot-1.0.28.ebuild,v 1.3 2012/05/12 04:09:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pydot/pydot-1.0.28.ebuild,v 1.4 2012/12/31 13:05:33 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" IUSE="" -RDEPEND="dev-python/pyparsing +RDEPEND="virtual/pyparsing media-gfx/graphviz" DEPEND="${RDEPEND} dev-python/setuptools" |