diff options
-rw-r--r-- | app-text/calibre/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/calibre/calibre-0.7.35.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/calibre/ChangeLog b/app-text/calibre/ChangeLog index fe141102c970..6d9c03d31da2 100644 --- a/app-text/calibre/ChangeLog +++ b/app-text/calibre/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/calibre # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.121 2010/12/24 19:25:45 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.122 2010/12/29 15:02:41 sping Exp $ + + 29 Dec 2010; Sebastian Pipping <sping@gentoo.org> calibre-0.7.35.ebuild: + Specify slot on beautifulsoup, reported by Knuth Posern (quickhelp) 24 Dec 2010; Zac Medico <zmedico@gentoo.org> -calibre-0.7.33.ebuild, -calibre-0.7.34.ebuild: diff --git a/app-text/calibre/calibre-0.7.35.ebuild b/app-text/calibre/calibre-0.7.35.ebuild index e8cf7daeede2..b48d733ea538 100644 --- a/app-text/calibre/calibre-0.7.35.ebuild +++ b/app-text/calibre/calibre-0.7.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.7.35.ebuild,v 1.1 2010/12/24 05:19:50 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.7.35.ebuild,v 1.2 2010/12/29 15:02:41 sping Exp $ EAPI=3 PYTHON_DEPEND=2:2.6 @@ -25,7 +25,7 @@ SHARED_DEPEND=" >=app-text/poppler-0.12.3-r3[qt4,xpdf-headers] >=dev-libs/chmlib-0.40 >=dev-libs/icu-4.4 - >=dev-python/beautifulsoup-3.0.5 + >=dev-python/beautifulsoup-3.0.5:python-2 >=dev-python/dnspython-1.6.0 >=dev-python/cssutils-0.9.7_alpha3 >=dev-python/dbus-python-0.82.2 |