diff options
Diffstat (limited to 'media-libs/ganv')
-rw-r--r-- | media-libs/ganv/ganv-1.6.0-r1.ebuild | 2 | ||||
-rw-r--r-- | media-libs/ganv/ganv-1.8.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/ganv/ganv-1.6.0-r1.ebuild b/media-libs/ganv/ganv-1.6.0-r1.ebuild index 11074c981301..28aa4c0f5514 100644 --- a/media-libs/ganv/ganv-1.6.0-r1.ebuild +++ b/media-libs/ganv/ganv-1.6.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE='threads(+)' inherit eutils flag-o-matic waf-utils python-any-r1 diff --git a/media-libs/ganv/ganv-1.8.0.ebuild b/media-libs/ganv/ganv-1.8.0.ebuild index eaeb8d96462a..a71cd3506df1 100644 --- a/media-libs/ganv/ganv-1.8.0.ebuild +++ b/media-libs/ganv/ganv-1.8.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE='threads(+)' inherit eutils flag-o-matic waf-utils python-any-r1 |