diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-01-17 16:26:30 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-01-17 16:26:30 +0000 |
commit | cb7b6eba6c3c70d8924b87916a5e574b5c976cc8 (patch) | |
tree | 45c9953578d859c1ba77a8f9ff174c0164c98333 /media-tv | |
parent | It's supposedly comaintained by herd people, if they are not interested, feel... (diff) | |
download | gentoo-2-cb7b6eba6c3c70d8924b87916a5e574b5c976cc8.tar.gz gentoo-2-cb7b6eba6c3c70d8924b87916a5e574b5c976cc8.tar.bz2 gentoo-2-cb7b6eba6c3c70d8924b87916a5e574b5c976cc8.zip |
Request built-in Python sqlite3 support rather than pysqlite package.
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/freevo/ChangeLog | 8 | ||||
-rw-r--r-- | media-tv/freevo/freevo-1.9.0.ebuild | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/media-tv/freevo/ChangeLog b/media-tv/freevo/ChangeLog index 8efaf172bac3..a47c81446be1 100644 --- a/media-tv/freevo/ChangeLog +++ b/media-tv/freevo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-tv/freevo -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/ChangeLog,v 1.73 2012/06/04 23:49:17 xmw Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/ChangeLog,v 1.74 2013/01/17 16:26:30 mgorny Exp $ + + 17 Jan 2013; Michał Górny <mgorny@gentoo.org> freevo-1.9.0.ebuild: + Request built-in Python sqlite3 support rather than pysqlite package. 04 Jun 2012; Michael Weber <xmw@gentoo.org> freevo-1.9.0.ebuild: ppc stable (bug 358455) @@ -320,4 +323,3 @@ files/freevo-record.rc6, files/freevo-setup.patch, files/freevo-web.rc6, files/freevo.rc6: Initial version. - diff --git a/media-tv/freevo/freevo-1.9.0.ebuild b/media-tv/freevo/freevo-1.9.0.ebuild index 6d060b2bcec9..b8b1d709df38 100644 --- a/media-tv/freevo/freevo-1.9.0.ebuild +++ b/media-tv/freevo/freevo-1.9.0.ebuild @@ -1,10 +1,10 @@ -# 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/freevo/freevo-1.9.0.ebuild,v 1.11 2012/06/04 23:49:17 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild,v 1.12 2013/01/17 16:26:30 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" -PYTHON_USE_WITH="xml" +PYTHON_USE_WITH="sqlite? xml" inherit distutils eutils @@ -48,7 +48,6 @@ RDEPEND="dev-python/beautifulsoup:python-2 lirc? ( app-misc/lirc >=dev-python/pylirc-0.0.3 ) matrox? ( >=media-video/matroxset-0.3 ) mixer? ( media-sound/aumix ) - sqlite? ( dev-python/pysqlite:0 ) tv? ( media-tv/xmltv tvtime? ( media-tv/tvtime ) ) xine? ( media-video/xine-ui ) |