diff options
author | 2007-12-14 19:34:11 +0000 | |
---|---|---|
committer | 2007-12-14 19:34:11 +0000 | |
commit | 30fd55563557da7a5b43f768da84a40605a50d35 (patch) | |
tree | 64c7b069cce6e6b77225f8ea117fa534c124cb53 /media-video/griffith | |
parent | Fix hardened issues, bug#167731 (diff) | |
download | gentoo-2-30fd55563557da7a5b43f768da84a40605a50d35.tar.gz gentoo-2-30fd55563557da7a5b43f768da84a40605a50d35.tar.bz2 gentoo-2-30fd55563557da7a5b43f768da84a40605a50d35.zip |
Fix bug #201648: require =dev-python/sqlalchemy-0.3*
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'media-video/griffith')
-rw-r--r-- | media-video/griffith/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/griffith/griffith-0.9.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/griffith/ChangeLog b/media-video/griffith/ChangeLog index fbf845180da1..29ead5bca469 100644 --- a/media-video/griffith/ChangeLog +++ b/media-video/griffith/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/griffith # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.16 2007/10/27 12:38:47 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.17 2007/12/14 19:34:11 nelchael Exp $ + + 14 Dec 2007; Krzysiek Pawlik <nelchael@gentoo.org> griffith-0.9.5.ebuild: + Fix bug #201648: require =dev-python/sqlalchemy-0.3* 27 Oct 2007; Krzysiek Pawlik <nelchael@gentoo.org> griffith-0.9.2.ebuild, griffith-0.9.3.1.ebuild, griffith-0.9.5.ebuild: diff --git a/media-video/griffith/griffith-0.9.5.ebuild b/media-video/griffith/griffith-0.9.5.ebuild index 61584d6e32e6..1b27df0f4094 100644 --- a/media-video/griffith/griffith-0.9.5.ebuild +++ b/media-video/griffith/griffith-0.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild,v 1.2 2007/10/27 12:38:47 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild,v 1.3 2007/12/14 19:34:11 nelchael Exp $ inherit python @@ -20,7 +20,7 @@ RDEPEND="dev-python/imaging dev-python/pyxml >=dev-python/pygtk-2.6.1 >=dev-python/pysqlite-2.0 - >=dev-python/sqlalchemy-0.3 + =dev-python/sqlalchemy-0.3* >=dev-python/reportlab-1.19 spell? ( >=dev-python/gnome-python-extras-2.0 )" DEPEND="${RDEPEND} |