diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/calibre/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/calibre/calibre-1.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-text/calibre/ChangeLog b/app-text/calibre/ChangeLog index d151a18882da..73424fe745a5 100644 --- a/app-text/calibre/ChangeLog +++ b/app-text/calibre/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/calibre # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.298 2013/08/23 20:34:42 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.299 2013/08/25 17:08:43 zmedico Exp $ + + 25 Aug 2013; Zac Medico <zmedico@gentoo.org> calibre-1.0.ebuild: + Add dev-python/apsw dep for bug #482294. *calibre-1.0 (23 Aug 2013) diff --git a/app-text/calibre/calibre-1.0.ebuild b/app-text/calibre/calibre-1.0.ebuild index f136d5fe3cdd..94cb62c40790 100644 --- a/app-text/calibre/calibre-1.0.ebuild +++ b/app-text/calibre/calibre-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-1.0.ebuild,v 1.1 2013/08/23 20:34:42 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-1.0.ebuild,v 1.2 2013/08/25 17:08:43 zmedico Exp $ EAPI=5 @@ -47,6 +47,7 @@ COMMON_DEPEND=" >=dev-lang/python-2.7.1:2.7[sqlite,ssl] >=dev-libs/chmlib-0.40:= >=dev-libs/icu-4.4:= + dev-python/apsw >=dev-python/beautifulsoup-3.0.5:python-2 dev-python/netifaces dev-python/python-dateutil |