diff options
-rw-r--r-- | app-text/pelican/pelican-3.7.1.ebuild | 2 | ||||
-rw-r--r-- | app-text/pelican/pelican-4.0.0.ebuild | 2 | ||||
-rw-r--r-- | app-text/pelican/pelican-4.0.1.ebuild | 2 | ||||
-rw-r--r-- | app-text/pelican/pelican-4.1.2.ebuild | 2 | ||||
-rw-r--r-- | app-text/pelican/pelican-4.2.0.ebuild | 2 | ||||
-rw-r--r-- | app-text/pelican/pelican-9999.ebuild | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/app-text/pelican/pelican-3.7.1.ebuild b/app-text/pelican/pelican-3.7.1.ebuild index 362df26c4ce9..28cced5b2014 100644 --- a/app-text/pelican/pelican-3.7.1.ebuild +++ b/app-text/pelican/pelican-3.7.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/app-text/pelican/pelican-4.0.0.ebuild b/app-text/pelican/pelican-4.0.0.ebuild index a83f2587e5d4..8f8778fe8166 100644 --- a/app-text/pelican/pelican-4.0.0.ebuild +++ b/app-text/pelican/pelican-4.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/app-text/pelican/pelican-4.0.1.ebuild b/app-text/pelican/pelican-4.0.1.ebuild index b57181167f87..e3b6b62d0cee 100644 --- a/app-text/pelican/pelican-4.0.1.ebuild +++ b/app-text/pelican/pelican-4.0.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/app-text/pelican/pelican-4.1.2.ebuild b/app-text/pelican/pelican-4.1.2.ebuild index b57181167f87..e3b6b62d0cee 100644 --- a/app-text/pelican/pelican-4.1.2.ebuild +++ b/app-text/pelican/pelican-4.1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/app-text/pelican/pelican-4.2.0.ebuild b/app-text/pelican/pelican-4.2.0.ebuild index 7fbac241acb9..e2553e89bf4a 100644 --- a/app-text/pelican/pelican-4.2.0.ebuild +++ b/app-text/pelican/pelican-4.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) +PYTHON_COMPAT=( python{3_5,3_6,3_7} ) inherit distutils-r1 diff --git a/app-text/pelican/pelican-9999.ebuild b/app-text/pelican/pelican-9999.ebuild index 00b64012eef4..cda70ce55f5a 100644 --- a/app-text/pelican/pelican-9999.ebuild +++ b/app-text/pelican/pelican-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 git-r3 |