diff options
author | 2013-02-23 21:53:04 +0000 | |
---|---|---|
committer | 2013-02-23 21:53:04 +0000 | |
commit | f635797b487a7cea309e4e48bb8afa5db63cb7e6 (patch) | |
tree | 77aa9f2b80a7c08f0eccbccc80c402bb0b6682fd /media-tv/freevo/freevo-1.7.6.1.ebuild | |
parent | Drop epunt_cxx, bug 458906. (diff) | |
download | gentoo-2-f635797b487a7cea309e4e48bb8afa5db63cb7e6.tar.gz gentoo-2-f635797b487a7cea309e4e48bb8afa5db63cb7e6.tar.bz2 gentoo-2-f635797b487a7cea309e4e48bb8afa5db63cb7e6.zip |
Drop sqlite support, bug 408837.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'media-tv/freevo/freevo-1.7.6.1.ebuild')
-rw-r--r-- | media-tv/freevo/freevo-1.7.6.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-tv/freevo/freevo-1.7.6.1.ebuild b/media-tv/freevo/freevo-1.7.6.1.ebuild index 9e9c327c8c2f..7047c4b6b91d 100644 --- a/media-tv/freevo/freevo-1.7.6.1.ebuild +++ b/media-tv/freevo/freevo-1.7.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 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.7.6.1.ebuild,v 1.6 2011/03/11 19:57:50 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.7.6.1.ebuild,v 1.7 2013/02/23 21:53:04 floppym Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -11,7 +11,7 @@ DESCRIPTION="Digital video jukebox (PVR, DVR)." HOMEPAGE="http://www.freevo.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -IUSE="directfb doc dvd fbcon gphoto2 ivtv lirc matrox minimal mixer nls sqlite tv X" +IUSE="directfb doc dvd fbcon gphoto2 ivtv lirc matrox minimal mixer nls tv X" LICENSE="GPL-2" SLOT="0" @@ -41,7 +41,6 @@ RDEPEND=">=dev-python/pygame-1.5.6 lirc? ( app-misc/lirc >=dev-python/pylirc-0.0.3 ) matrox? ( >=media-video/matroxset-0.3 ) mixer? ( media-sound/aumix ) - sqlite? ( ~dev-python/pysqlite-1.0.1 ) tv? ( !ivtv? ( media-tv/tvtime ) !minimal? ( media-tv/xmltv ) )" |