diff options
Diffstat (limited to 'dev-python/dugong')
-rw-r--r-- | dev-python/dugong/dugong-3.7.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/dugong/dugong-3.7.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/dugong/dugong-3.7.3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/dugong/dugong-3.7.1.ebuild b/dev-python/dugong/dugong-3.7.1.ebuild index c6e321e5236d..2e300f462309 100644 --- a/dev-python/dugong/dugong-3.7.1.ebuild +++ b/dev-python/dugong/dugong-3.7.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 diff --git a/dev-python/dugong/dugong-3.7.2.ebuild b/dev-python/dugong/dugong-3.7.2.ebuild index e1144b98f8bd..4e11f33565b6 100644 --- a/dev-python/dugong/dugong-3.7.2.ebuild +++ b/dev-python/dugong/dugong-3.7.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 diff --git a/dev-python/dugong/dugong-3.7.3.ebuild b/dev-python/dugong/dugong-3.7.3.ebuild index 73cb6393ccbe..72766cb30ee2 100644 --- a/dev-python/dugong/dugong-3.7.3.ebuild +++ b/dev-python/dugong/dugong-3.7.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 |