diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-01-17 16:34:53 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-01-17 16:34:53 +0000 |
commit | 3bc96b4506d943460deb20b201549db58726523f (patch) | |
tree | a6d09d564c6d08969c9b5e17998dc9cfd65bea15 /media-tv/xbmc | |
parent | Revert my bad commit. (diff) | |
download | gentoo-2-3bc96b4506d943460deb20b201549db58726523f.tar.gz gentoo-2-3bc96b4506d943460deb20b201549db58726523f.tar.bz2 gentoo-2-3bc96b4506d943460deb20b201549db58726523f.zip |
Fix the python[sqlite] dep on older versions too.
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'media-tv/xbmc')
-rw-r--r-- | media-tv/xbmc/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/xbmc/xbmc-11.0-r1.ebuild | 6 | ||||
-rw-r--r-- | media-tv/xbmc/xbmc-11.0.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/media-tv/xbmc/ChangeLog b/media-tv/xbmc/ChangeLog index 56c1c6de59a6..a7b0c4667ad9 100644 --- a/media-tv/xbmc/ChangeLog +++ b/media-tv/xbmc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/xbmc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.164 2013/01/15 23:41:32 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.165 2013/01/17 16:34:53 mgorny Exp $ + + 17 Jan 2013; Michał Górny <mgorny@gentoo.org> xbmc-11.0-r1.ebuild, + xbmc-11.0.ebuild: + Fix the python[sqlite] dep on older versions too. 15 Jan 2013; Michał Górny <mgorny@gentoo.org> xbmc-12.0_rc2.ebuild, xbmc-9999.ebuild: diff --git a/media-tv/xbmc/xbmc-11.0-r1.ebuild b/media-tv/xbmc/xbmc-11.0-r1.ebuild index 109dfe91a29f..62435dc525d1 100644 --- a/media-tv/xbmc/xbmc-11.0-r1.ebuild +++ b/media-tv/xbmc/xbmc-11.0-r1.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-11.0-r1.ebuild,v 1.3 2012/12/08 18:21:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-11.0-r1.ebuild,v 1.4 2013/01/17 16:34:53 mgorny Exp $ EAPI="4" # Does not work with py3 here # It might work with py:2.5 but I didn't test that PYTHON_DEPEND="2:2.6" +PYTHON_USE_WITH=sqlite inherit eutils python @@ -45,7 +46,6 @@ COMMON_DEPEND="virtual/glu dev-libs/libpcre[cxx] >=dev-libs/lzo-2.04 dev-libs/yajl - >=dev-python/pysqlite-2 dev-python/simplejson media-libs/alsa-lib media-libs/flac diff --git a/media-tv/xbmc/xbmc-11.0.ebuild b/media-tv/xbmc/xbmc-11.0.ebuild index 78e532cfb128..9fb4e0efc32b 100644 --- a/media-tv/xbmc/xbmc-11.0.ebuild +++ b/media-tv/xbmc/xbmc-11.0.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-11.0.ebuild,v 1.19 2012/12/08 18:21:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-11.0.ebuild,v 1.20 2013/01/17 16:34:53 mgorny Exp $ EAPI="4" # Does not work with py3 here # It might work with py:2.5 but I didn't test that PYTHON_DEPEND="2:2.6" +PYTHON_USE_WITH=sqlite inherit eutils python @@ -44,7 +45,6 @@ COMMON_DEPEND="virtual/glu dev-libs/libpcre[cxx] >=dev-libs/lzo-2.04 dev-libs/yajl - >=dev-python/pysqlite-2 dev-python/simplejson media-libs/alsa-lib media-libs/flac |