diff options
Diffstat (limited to 'dev-python/yapsy')
-rw-r--r-- | dev-python/yapsy/yapsy-1.11.223-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/yapsy/yapsy-1.11.223-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/yapsy/yapsy-1.11.223-r1.ebuild b/dev-python/yapsy/yapsy-1.11.223-r1.ebuild index a9d9076935a4..13dba5efd1f4 100644 --- a/dev-python/yapsy/yapsy-1.11.223-r1.ebuild +++ b/dev-python/yapsy/yapsy-1.11.223-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" MY_P="Yapsy-${PV}" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_5} ) inherit distutils-r1 diff --git a/dev-python/yapsy/yapsy-1.11.223-r2.ebuild b/dev-python/yapsy/yapsy-1.11.223-r2.ebuild index 2764cd331629..72329bb419b1 100644 --- a/dev-python/yapsy/yapsy-1.11.223-r2.ebuild +++ b/dev-python/yapsy/yapsy-1.11.223-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" MY_P="Yapsy-${PV}" -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) inherit distutils-r1 |