diff options
-rw-r--r-- | dev-python/sh/sh-1.12.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sh/sh-1.12.9.ebuild b/dev-python/sh/sh-1.12.9.ebuild index cb703741760d..83d6f0f62a01 100644 --- a/dev-python/sh/sh-1.12.9.ebuild +++ b/dev-python/sh/sh-1.12.9.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=(python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 |