Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/graphviz/
Date: Wed, 27 Jan 2021 03:06:18
Message-Id: 1611716753.2fe0e5128cb31c8b66a35ebe4eb857f6da84a7db.sam@gentoo
1 commit: 2fe0e5128cb31c8b66a35ebe4eb857f6da84a7db
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 03:05:53 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 03:05:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fe0e512
7
8 dev-python/graphviz: Stabilize 0.16 ALLARCHES, #767085
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/graphviz/graphviz-0.16.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/graphviz/graphviz-0.16.ebuild b/dev-python/graphviz/graphviz-0.16.ebuild
16 index 4af9d661d0e..33b42efb0fd 100644
17 --- a/dev-python/graphviz/graphviz-0.16.ebuild
18 +++ b/dev-python/graphviz/graphviz-0.16.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -12,7 +12,7 @@ HOMEPAGE="https://graphviz.readthedocs.io/"
26 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
27
28 LICENSE="MIT"
29 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
31 SLOT="0"
32
33 RDEPEND="media-gfx/graphviz"