diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:15:30 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:15:30 +0000 |
commit | d846087d2ffeb381516cb7a53f6dd24d694d210e (patch) | |
tree | ae0b45c994a5f79b0ffee4399e1fc57bcb70ddf5 /media-tv/kodi | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-d846087d2ffeb381516cb7a53f6dd24d694d210e.tar.gz gentoo-2-d846087d2ffeb381516cb7a53f6dd24d694d210e.tar.bz2 gentoo-2-d846087d2ffeb381516cb7a53f6dd24d694d210e.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-tv/kodi')
-rw-r--r-- | media-tv/kodi/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/kodi/kodi-14.1.ebuild | 4 | ||||
-rw-r--r-- | media-tv/kodi/kodi-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-tv/kodi/ChangeLog b/media-tv/kodi/ChangeLog index a9b7ee37a8d0..7abc9f775098 100644 --- a/media-tv/kodi/ChangeLog +++ b/media-tv/kodi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/kodi # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/ChangeLog,v 1.13 2015/03/29 18:50:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/ChangeLog,v 1.14 2015/04/08 18:15:30 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> kodi-14.1.ebuild, + kodi-9999.ebuild: + Drop old Python implementations 29 Mar 2015; Mike Frysinger <vapier@gentoo.org> kodi-9999.ebuild: Sync USE=texturepacker changes from the 14.1 ebuild. diff --git a/media-tv/kodi/kodi-14.1.ebuild b/media-tv/kodi/kodi-14.1.ebuild index b377bef4e3e2..9912aa87d70f 100644 --- a/media-tv/kodi/kodi-14.1.ebuild +++ b/media-tv/kodi/kodi-14.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/kodi-14.1.ebuild,v 1.6 2015/03/29 09:15:41 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/kodi-14.1.ebuild,v 1.7 2015/04/08 18:15:30 mgorny Exp $ EAPI="5" # Does not work with py3 here # It might work with py:2.5 but I didn't test that -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite" inherit eutils python-single-r1 multiprocessing autotools diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index c5ef1d40c9ef..f7d2e21ccb1d 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/kodi-9999.ebuild,v 1.13 2015/03/29 18:50:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/kodi-9999.ebuild,v 1.14 2015/04/08 18:15:30 mgorny Exp $ EAPI="5" # Does not work with py3 here # It might work with py:2.5 but I didn't test that -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite" inherit eutils python-single-r1 multiprocessing autotools |