diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-02-26 18:54:38 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-02-26 18:55:39 -0500 |
commit | fc62ea91168646ec7f809767a0f031843fac1aba (patch) | |
tree | 510478c3634db1e2abc5922cef434da06bd771d0 /media-gfx/xdot | |
parent | app-i18n/ibus-rime: version bump to 1.5.0 (diff) | |
download | gentoo-fc62ea91168646ec7f809767a0f031843fac1aba.tar.gz gentoo-fc62ea91168646ec7f809767a0f031843fac1aba.tar.bz2 gentoo-fc62ea91168646ec7f809767a0f031843fac1aba.zip |
media-gfx/xdot: Add dependency on dev-python/numpy
Closes: https://bugs.gentoo.org/773046
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-gfx/xdot')
-rw-r--r-- | media-gfx/xdot/xdot-1.2.ebuild | 1 | ||||
-rw-r--r-- | media-gfx/xdot/xdot-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/media-gfx/xdot/xdot-1.2.ebuild b/media-gfx/xdot/xdot-1.2.ebuild index 6755532596fb..36fc37fe145c 100644 --- a/media-gfx/xdot/xdot-1.2.ebuild +++ b/media-gfx/xdot/xdot-1.2.ebuild @@ -27,6 +27,7 @@ LICENSE="LGPL-2+" SLOT="0" DEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] dev-python/pycairo[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] media-gfx/graphviz diff --git a/media-gfx/xdot/xdot-9999.ebuild b/media-gfx/xdot/xdot-9999.ebuild index 55d43b4b1a66..1f4cdb063a5a 100644 --- a/media-gfx/xdot/xdot-9999.ebuild +++ b/media-gfx/xdot/xdot-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,6 +27,7 @@ LICENSE="LGPL-2+" SLOT="0" DEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] dev-python/pycairo[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] media-gfx/graphviz |