diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-02-22 20:10:04 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-02-22 20:10:04 +0000 |
commit | fc046ae84a41755744978969de914cf993648d4c (patch) | |
tree | 8b98dd718d98ce1c3abb4978a227d5f315cadb95 /app-text/calibre | |
parent | Marked ~ppc wrt #355997. Thanks to hiyuh <hiyuh.root@gmail.com> for report an... (diff) | |
download | gentoo-2-fc046ae84a41755744978969de914cf993648d4c.tar.gz gentoo-2-fc046ae84a41755744978969de914cf993648d4c.tar.bz2 gentoo-2-fc046ae84a41755744978969de914cf993648d4c.zip |
Bug #355639 - Increase python and PyQt4 deps.
(Portage version: 2.2.0_alpha25/cvs/Linux i686)
Diffstat (limited to 'app-text/calibre')
-rw-r--r-- | app-text/calibre/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/calibre/calibre-0.7.46.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/calibre/ChangeLog b/app-text/calibre/ChangeLog index 51454890da94..b08a3af52918 100644 --- a/app-text/calibre/ChangeLog +++ b/app-text/calibre/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/calibre # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.132 2011/02/19 09:34:09 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.133 2011/02/22 20:10:04 zmedico Exp $ + + 22 Feb 2011; Zac Medico <zmedico@gentoo.org> calibre-0.7.46.ebuild: + Bug #355639 - Increase python and PyQt4 deps. *calibre-0.7.46 (19 Feb 2011) diff --git a/app-text/calibre/calibre-0.7.46.ebuild b/app-text/calibre/calibre-0.7.46.ebuild index a19737343e8d..2d286a5b2040 100644 --- a/app-text/calibre/calibre-0.7.46.ebuild +++ b/app-text/calibre/calibre-0.7.46.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.7.46.ebuild,v 1.1 2011/02/19 09:34:09 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.7.46.ebuild,v 1.2 2011/02/22 20:10:04 zmedico Exp $ EAPI=3 -PYTHON_DEPEND=2:2.6 +PYTHON_DEPEND=2:2.7 PYTHON_USE_WITH=sqlite inherit python distutils eutils fdo-mime bash-completion multilib @@ -33,7 +33,7 @@ SHARED_DEPEND=" >=dev-python/lxml-2.2.1 >=dev-python/mechanize-0.1.11 >=dev-python/python-dateutil-1.4.1 - >=dev-python/PyQt4-4.7[X,svg,webkit] + >=dev-python/PyQt4-4.8.2[X,svg,webkit] || ( >=media-gfx/imagemagick-6.5.9 media-gfx/graphicsmagick[imagemagick] ) >=media-libs/libwmf-0.2.8 virtual/libusb:0 |