From 708ec8779f9412a74dfeb7f85e4881d9a0b2725d Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Wed, 13 May 2020 12:45:45 -0700 Subject: dev-util/buildbot-wsgi-dashboards: Fix python compat for correct values Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec --- dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-2.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-util/buildbot-wsgi-dashboards') diff --git a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-2.7.0.ebuild b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-2.7.0.ebuild index 0a4e665ac500..631f56af346d 100644 --- a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-2.7.0.ebuild +++ b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-2.7.0.ebuild @@ -3,7 +3,7 @@ EAPI="7" PYTHON_REQ_USE="sqlite" -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) EGIT_REPO_URI="https://github.com/buildbot/buildbot.git" -- cgit v1.2.3-65-gdbad