Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xdot/
Date: Fri, 26 Feb 2021 23:56:04
Message-Id: 1614383739.fc62ea91168646ec7f809767a0f031843fac1aba.mattst88@gentoo
1 commit: fc62ea91168646ec7f809767a0f031843fac1aba
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 26 23:54:38 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 23:55:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc62ea91
7
8 media-gfx/xdot: Add dependency on dev-python/numpy
9
10 Closes: https://bugs.gentoo.org/773046
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 media-gfx/xdot/xdot-1.2.ebuild | 1 +
14 media-gfx/xdot/xdot-9999.ebuild | 3 ++-
15 2 files changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/media-gfx/xdot/xdot-1.2.ebuild b/media-gfx/xdot/xdot-1.2.ebuild
18 index 6755532596f..36fc37fe145 100644
19 --- a/media-gfx/xdot/xdot-1.2.ebuild
20 +++ b/media-gfx/xdot/xdot-1.2.ebuild
21 @@ -27,6 +27,7 @@ LICENSE="LGPL-2+"
22 SLOT="0"
23
24 DEPEND="
25 + dev-python/numpy[${PYTHON_USEDEP}]
26 dev-python/pycairo[${PYTHON_USEDEP}]
27 dev-python/pygobject:3[${PYTHON_USEDEP}]
28 media-gfx/graphviz
29
30 diff --git a/media-gfx/xdot/xdot-9999.ebuild b/media-gfx/xdot/xdot-9999.ebuild
31 index 55d43b4b1a6..1f4cdb063a5 100644
32 --- a/media-gfx/xdot/xdot-9999.ebuild
33 +++ b/media-gfx/xdot/xdot-9999.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 +# Copyright 1999-2021 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 @@ -27,6 +27,7 @@ LICENSE="LGPL-2+"
41 SLOT="0"
42
43 DEPEND="
44 + dev-python/numpy[${PYTHON_USEDEP}]
45 dev-python/pycairo[${PYTHON_USEDEP}]
46 dev-python/pygobject:3[${PYTHON_USEDEP}]
47 media-gfx/graphviz