diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-08 11:43:25 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-08 11:43:25 +0000 |
commit | f2aa908fef3b6e351037b8d501997628084769e4 (patch) | |
tree | 1b97b4c552154c3193c9747cba37a570b2adc9ba /media-sound/christine | |
parent | Fix for prev. commit: Remove USE doc also from IUSE. (diff) | |
download | gentoo-2-f2aa908fef3b6e351037b8d501997628084769e4.tar.gz gentoo-2-f2aa908fef3b6e351037b8d501997628084769e4.tar.bz2 gentoo-2-f2aa908fef3b6e351037b8d501997628084769e4.zip |
dev-lang/python is required with USE sqlite wrt #284104, thanks to Arthur Spitzer.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/christine')
-rw-r--r-- | media-sound/christine/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/christine/christine-0.4.0.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/media-sound/christine/ChangeLog b/media-sound/christine/ChangeLog index 591c7ae3ebc1..099d883c71c9 100644 --- a/media-sound/christine/ChangeLog +++ b/media-sound/christine/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/christine # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/christine/ChangeLog,v 1.4 2009/07/21 15:24:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/christine/ChangeLog,v 1.5 2009/09/08 11:43:25 ssuominen Exp $ + + 08 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> + christine-0.4.0.ebuild: + dev-lang/python is required with USE sqlite wrt #284104, thanks to Arthur + Spitzer. *christine-0.4.0 (21 Jul 2009) diff --git a/media-sound/christine/christine-0.4.0.ebuild b/media-sound/christine/christine-0.4.0.ebuild index 3de94fc86a3a..be1db92c5ef2 100644 --- a/media-sound/christine/christine-0.4.0.ebuild +++ b/media-sound/christine/christine-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/christine/christine-0.4.0.ebuild,v 1.1 2009/07/21 15:24:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/christine/christine-0.4.0.ebuild,v 1.2 2009/09/08 11:43:25 ssuominen Exp $ EAPI=2 inherit autotools eutils multilib python @@ -20,7 +20,8 @@ RDEPEND="readline? ( sys-libs/readline ) dev-python/gconf-python dev-python/gst-python:0.10 media-plugins/gst-plugins-meta:0.10 - media-libs/mutagen" + media-libs/mutagen + >=dev-lang/python-2.5[sqlite]" DEPEND="${RDEPEND} dev-util/pkgconfig nls? ( sys-devel/gettext |