diff options
Diffstat (limited to 'media-tv/kodi/kodi-18.4.ebuild')
-rw-r--r-- | media-tv/kodi/kodi-18.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/kodi/kodi-18.4.ebuild b/media-tv/kodi/kodi-18.4.ebuild index 06da8e68ebf5..f5af05243ea0 100644 --- a/media-tv/kodi/kodi-18.4.ebuild +++ b/media-tv/kodi/kodi-18.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ PATCHES=( ) if [[ ${PV} == *9999 ]] ; then - PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) + PYTHON_COMPAT=( python2_7 python3_{6,7} ) EGIT_REPO_URI="https://github.com/xbmc/xbmc.git" inherit git-r3 else |