diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-19 19:11:08 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-19 19:14:34 -0400 |
commit | 9d31b621e12c0c51a6866c1f2235828f75cc66fc (patch) | |
tree | 26cefa866fb94d6a01bbff4fc4b818f5e4fe2ef1 /dev-tex | |
parent | profiles: Improve kde-apps/ package removal messages (diff) | |
download | gentoo-9d31b621e12c0c51a6866c1f2235828f75cc66fc.tar.gz gentoo-9d31b621e12c0c51a6866c1f2235828f75cc66fc.tar.bz2 gentoo-9d31b621e12c0c51a6866c1f2235828f75cc66fc.zip |
media-gfx/pydot: move to dev-python/pydot
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/dot2tex/dot2tex-2.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tex/dot2tex/dot2tex-2.9.0.ebuild b/dev-tex/dot2tex/dot2tex-2.9.0.ebuild index c7854bfe91b9..3baa221b33b2 100644 --- a/dev-tex/dot2tex/dot2tex-2.9.0.ebuild +++ b/dev-tex/dot2tex/dot2tex-2.9.0.ebuild @@ -18,7 +18,7 @@ IUSE="doc examples" DEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]" RDEPEND=" - media-gfx/pydot[${PYTHON_USEDEP}] + dev-python/pydot[${PYTHON_USEDEP}] media-gfx/graphviz" DEPEND="${DEPEND} doc? ( dev-python/sphinx )" |