diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-07-01 21:23:04 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-07-01 21:23:04 +0000 |
commit | bc9b086660cf59c65a4a07d30c9b3ce95b1ab373 (patch) | |
tree | 044f7db701702e35904947bf0e643846c4eaee8c /media-video/griffith | |
parent | alpha stable wrt #183829 (diff) | |
download | gentoo-2-bc9b086660cf59c65a4a07d30c9b3ce95b1ab373.tar.gz gentoo-2-bc9b086660cf59c65a4a07d30c9b3ce95b1ab373.tar.bz2 gentoo-2-bc9b086660cf59c65a4a07d30c9b3ce95b1ab373.zip |
Add dev-python/pyxml to RDEPEND, see bug #183895.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'media-video/griffith')
-rw-r--r-- | media-video/griffith/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/griffith/griffith-0.9.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-video/griffith/ChangeLog b/media-video/griffith/ChangeLog index 1053aa91d4a2..b5c0595d8377 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.11 2007/07/01 10:35:32 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.12 2007/07/01 21:23:04 nelchael Exp $ + + 01 Jul 2007; Krzysiek Pawlik <nelchael@gentoo.org> griffith-0.9.3.ebuild: + Add dev-python/pyxml to RDEPEND, see bug #183895. *griffith-0.9.3 (01 Jul 2007) diff --git a/media-video/griffith/griffith-0.9.3.ebuild b/media-video/griffith/griffith-0.9.3.ebuild index f00e237c24d4..fa9684bb2ff2 100644 --- a/media-video/griffith/griffith-0.9.3.ebuild +++ b/media-video/griffith/griffith-0.9.3.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.3.ebuild,v 1.1 2007/07/01 10:35:32 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.3.ebuild,v 1.2 2007/07/01 21:23:04 nelchael Exp $ inherit python @@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86" IUSE="doc spell" RDEPEND="dev-python/imaging + dev-python/pyxml >=dev-python/pygtk-2.6.1 >=dev-python/pysqlite-2.0 >=dev-python/sqlalchemy-0.3 |