diff options
author | 2022-01-14 17:24:16 +0100 | |
---|---|---|
committer | 2022-01-14 17:24:16 +0100 | |
commit | c69588f1d36474e30d1982fff3254970d683fef3 (patch) | |
tree | 5b1b3c34bba7c5a5d77908451e53a3ae3222ac35 /dev-python/graphviz | |
parent | media-video/movit: amd64 stable wrt bug #831131 (diff) | |
download | gentoo-c69588f1d36474e30d1982fff3254970d683fef3.tar.gz gentoo-c69588f1d36474e30d1982fff3254970d683fef3.tar.bz2 gentoo-c69588f1d36474e30d1982fff3254970d683fef3.zip |
dev-python/graphviz: amd64/x86 stable (ALLARCHES policy) wrt bug #831144
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/graphviz')
-rw-r--r-- | dev-python/graphviz/graphviz-0.19.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/graphviz/graphviz-0.19.1.ebuild b/dev-python/graphviz/graphviz-0.19.1.ebuild index 9df7603a752c..4600484d191c 100644 --- a/dev-python/graphviz/graphviz-0.19.1.ebuild +++ b/dev-python/graphviz/graphviz-0.19.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ HOMEPAGE="https://graphviz.readthedocs.io/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="MIT" -KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~riscv x86 ~amd64-linux ~x86-linux" SLOT="0" RDEPEND="media-gfx/graphviz" |