Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/graphviz/
Date: Fri, 14 Jan 2022 16:24:23
Message-Id: 1642177456.c69588f1d36474e30d1982fff3254970d683fef3.ago@gentoo
1 commit: c69588f1d36474e30d1982fff3254970d683fef3
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 14 16:24:16 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 14 16:24:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69588f1
7
8 dev-python/graphviz: amd64/x86 stable (ALLARCHES policy) wrt bug #831144
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
12
13 dev-python/graphviz/graphviz-0.19.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/graphviz/graphviz-0.19.1.ebuild b/dev-python/graphviz/graphviz-0.19.1.ebuild
17 index 9df7603a752c..4600484d191c 100644
18 --- a/dev-python/graphviz/graphviz-0.19.1.ebuild
19 +++ b/dev-python/graphviz/graphviz-0.19.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -11,7 +11,7 @@ HOMEPAGE="https://graphviz.readthedocs.io/"
27 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
28
29 LICENSE="MIT"
30 -KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="amd64 ~riscv x86 ~amd64-linux ~x86-linux"
32 SLOT="0"
33
34 RDEPEND="media-gfx/graphviz"