diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-12 22:36:22 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-12 22:36:22 +0000 |
commit | 58707e6d51787358cefd6472be564c495ee8dfa3 (patch) | |
tree | 702ee1a67fdaa66d999363f1e17011d5c9ac1491 /media-gfx/pydot/pydot-1.0.28.ebuild | |
parent | Replace virtual/pyparsing dep with dev-python/pyparsing. The split versions w... (diff) | |
download | gentoo-2-58707e6d51787358cefd6472be564c495ee8dfa3.tar.gz gentoo-2-58707e6d51787358cefd6472be564c495ee8dfa3.tar.bz2 gentoo-2-58707e6d51787358cefd6472be564c495ee8dfa3.zip |
Replace virtual/pyparsing dep with dev-python/pyparsing. The split versions were removed and all in-tree versions support all impls now.
(Portage version: 2.2.3/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-gfx/pydot/pydot-1.0.28.ebuild')
-rw-r--r-- | media-gfx/pydot/pydot-1.0.28.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/pydot/pydot-1.0.28.ebuild b/media-gfx/pydot/pydot-1.0.28.ebuild index 5e71202bf98b..157d5859989f 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 +# Copyright 1999-2013 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.4 2012/12/31 13:05:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pydot/pydot-1.0.28.ebuild,v 1.5 2013/09/12 22:36:22 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="virtual/pyparsing +RDEPEND="dev-python/pyparsing media-gfx/graphviz" DEPEND="${RDEPEND} dev-python/setuptools" |