summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-01-19 08:27:24 +0000
committerIan Delaney <idella4@gentoo.org>2015-01-19 08:27:24 +0000
commit111e4a2c77301da410493a58ac4c4b771546d77b (patch)
tree30c2d42964660ef6d7b4a0307fb21032a4b6b300 /media-gfx/pydot
parentAllow kernel 3.17 (bug 533392). (diff)
downloadgentoo-2-111e4a2c77301da410493a58ac4c4b771546d77b.tar.gz
gentoo-2-111e4a2c77301da410493a58ac4c4b771546d77b.tar.bz2
gentoo-2-111e4a2c77301da410493a58ac4c4b771546d77b.zip
correction to dep graphviz, fixes Bug #537014
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'media-gfx/pydot')
-rw-r--r--media-gfx/pydot/ChangeLog5
-rw-r--r--media-gfx/pydot/pydot-1.0.28-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/pydot/ChangeLog b/media-gfx/pydot/ChangeLog
index 17736aa079a5..f60bf2c9b730 100644
--- a/media-gfx/pydot/ChangeLog
+++ b/media-gfx/pydot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/pydot
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pydot/ChangeLog,v 1.75 2015/01/12 02:08:38 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pydot/ChangeLog,v 1.76 2015/01/19 08:27:24 idella4 Exp $
+
+ 19 Jan 2015; Ian Delaney <idella4@gentoo.org> pydot-1.0.28-r2.ebuild:
+ correction to dep graphviz, fixes Bug #537014
12 Jan 2015; Ian Delaney <idella4@gentoo.org> -pydot-1.0.23.ebuild,
-pydot-1.0.25.ebuild, -pydot-1.0.28.ebuild, pydot-1.0.28-r2.ebuild:
diff --git a/media-gfx/pydot/pydot-1.0.28-r2.ebuild b/media-gfx/pydot/pydot-1.0.28-r2.ebuild
index 82ac3c030c3c..662eeb38c740 100644
--- a/media-gfx/pydot/pydot-1.0.28-r2.ebuild
+++ b/media-gfx/pydot/pydot-1.0.28-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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-r2.ebuild,v 1.3 2015/01/12 02:08:38 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pydot/pydot-1.0.28-r2.ebuild,v 1.4 2015/01/19 08:27:24 idella4 Exp $
EAPI=5
@@ -19,7 +19,7 @@ IUSE=""
RDEPEND="
dev-python/pyparsing[${PYTHON_USEDEP}]
- media-gfx/graphviz[${PYTHON_USEDEP}]"
+ media-gfx/graphviz"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"