diff options
author | 2013-01-17 16:36:44 +0000 | |
---|---|---|
committer | 2013-01-17 16:36:44 +0000 | |
commit | ec2496df80f1219fec09a38e63f71e022369213b (patch) | |
tree | 0c51805c61c2cf9ec976e3cc3288721209cddf9d /media-video | |
parent | Fix the python[sqlite] dep on older versions too. (diff) | |
download | gentoo-2-ec2496df80f1219fec09a38e63f71e022369213b.tar.gz gentoo-2-ec2496df80f1219fec09a38e63f71e022369213b.tar.bz2 gentoo-2-ec2496df80f1219fec09a38e63f71e022369213b.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-video')
-rw-r--r-- | media-video/griffith/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/griffith/griffith-0.13.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-video/griffith/ChangeLog b/media-video/griffith/ChangeLog index 87003077c7df..a33b16a9d7a1 100644 --- a/media-video/griffith/ChangeLog +++ b/media-video/griffith/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/griffith -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.60 2012/07/22 09:26:58 hwoarang Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.61 2013/01/17 16:36:44 mgorny Exp $ + + 17 Jan 2013; Michał Górny <mgorny@gentoo.org> griffith-0.13.ebuild: + Request built-in Python sqlite3 support rather than pysqlite package. 22 Jul 2012; Markos Chandras <hwoarang@gentoo.org> -griffith-0.12.1.ebuild, griffith-0.13.ebuild: diff --git a/media-video/griffith/griffith-0.13.ebuild b/media-video/griffith/griffith-0.13.ebuild index 0871d034d04e..1ddc6daa3cf8 100644 --- a/media-video/griffith/griffith-0.13.ebuild +++ b/media-video/griffith/griffith-0.13.ebuild @@ -1,10 +1,11 @@ -# 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-video/griffith/griffith-0.13.ebuild,v 1.3 2012/07/22 09:26:58 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.13.ebuild,v 1.4 2013/01/17 16:36:44 mgorny Exp $ EAPI="4" PYTHON_DEPEND="2" +PYTHON_USE_WITH=sqlite inherit eutils versionator python multilib @@ -24,7 +25,6 @@ RDEPEND="dev-python/imaging dev-python/pyxml >=dev-python/pygtk-2.6.1:2 dev-python/pygobject:2 - dev-python/pysqlite:2 >=dev-python/sqlalchemy-0.5.2 >=dev-python/reportlab-1.19" DEPEND="${RDEPEND} |