commit: fc4ba802d20b7fc0b9f72703518e21456ee63a8b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 11:49:00 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 11:54:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4ba802
media-gfx/graphviz: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-gfx/graphviz/graphviz-2.42.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/graphviz/graphviz-2.42.3.ebuild
b/media-gfx/graphviz/graphviz-2.42.3.ebuild
index e0130b73420..fd8cee3432b 100644
--- a/media-gfx/graphviz/graphviz-2.42.3.ebuild
+++ b/media-gfx/graphviz/graphviz-2.42.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit autotools flag-o-matic java-pkg-opt-2 python-single-r1 qmake-utils
DESCRIPTION="Open Source Graph Visualization Software"