From 8baa2c1f5d9a228d4a45ead1af4f6b8f76eb92ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Fabbro?= Date: Mon, 10 Jul 2017 18:45:42 +0000 Subject: [PATCH] dev-python/objgraph: added python-3.4 Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- dev-python/objgraph/objgraph-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/objgraph/objgraph-3.1.0.ebuild b/dev-python/objgraph/objgraph-3.1.0.ebuild index 02f391b505daf..df22cf88af4e9 100644 --- a/dev-python/objgraph/objgraph-3.1.0.ebuild +++ b/dev-python/objgraph/objgraph-3.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_5 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1