diff --git a/dev-python/dnsdumpster/dnsdumpster-0.5.ebuild b/dev-python/dnsdumpster/dnsdumpster-0.5.ebuild index 8449f54c3..e6fad1ff6 100644 --- a/dev-python/dnsdumpster/dnsdumpster-0.5.ebuild +++ b/dev-python/dnsdumpster/dnsdumpster-0.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_{5,6} ) inherit distutils-r1 DESCRIPTION="Python API for dnsdumpster.com"