diff options
author | 2012-01-22 21:58:27 +0000 | |
---|---|---|
committer | 2012-01-22 21:58:27 +0000 | |
commit | b30b478c5469666f27038f74feecfae0dd1953bc (patch) | |
tree | a579e96bc938e2cf6594a66fd1e8514b25c4bf12 /app-text/calibre | |
parent | Update HOMEPAGE fixes bug #399761. (diff) | |
download | gentoo-2-b30b478c5469666f27038f74feecfae0dd1953bc.tar.gz gentoo-2-b30b478c5469666f27038f74feecfae0dd1953bc.tar.bz2 gentoo-2-b30b478c5469666f27038f74feecfae0dd1953bc.zip |
Add python-dateutil deps for bug #399511.
(Portage version: 2.2.0_alpha84/cvs/Linux i686)
Diffstat (limited to 'app-text/calibre')
-rw-r--r-- | app-text/calibre/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/calibre/calibre-0.8.35.ebuild | 3 | ||||
-rw-r--r-- | app-text/calibre/calibre-0.8.36.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/app-text/calibre/ChangeLog b/app-text/calibre/ChangeLog index 1042da1b54a6..e6fc7be85ae5 100644 --- a/app-text/calibre/ChangeLog +++ b/app-text/calibre/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/calibre # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.181 2012/01/20 23:26:51 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.182 2012/01/22 21:58:27 zmedico Exp $ + + 22 Jan 2012; Zac Medico <zmedico@gentoo.org> calibre-0.8.35.ebuild, + calibre-0.8.36.ebuild: + Add python-dateutil deps for bug #399511. *calibre-0.8.36 (20 Jan 2012) diff --git a/app-text/calibre/calibre-0.8.35.ebuild b/app-text/calibre/calibre-0.8.35.ebuild index b0db591b210b..316ff40c9b92 100644 --- a/app-text/calibre/calibre-0.8.35.ebuild +++ b/app-text/calibre/calibre-0.8.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.35.ebuild,v 1.1 2012/01/14 18:27:01 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.35.ebuild,v 1.2 2012/01/22 21:58:27 zmedico Exp $ EAPI=4 PYTHON_DEPEND=2:2.7 @@ -26,6 +26,7 @@ COMMON_DEPEND=" >=dev-libs/chmlib-0.40 >=dev-libs/icu-4.4 >=dev-python/beautifulsoup-3.0.5:python-2 + dev-python/python-dateutil:python-2 >=dev-python/dnspython-1.6.0 >=dev-python/cssutils-0.9.7_alpha3 >=dev-python/dbus-python-0.82.2 diff --git a/app-text/calibre/calibre-0.8.36.ebuild b/app-text/calibre/calibre-0.8.36.ebuild index f343cbb29d9f..8bf4b73daa58 100644 --- a/app-text/calibre/calibre-0.8.36.ebuild +++ b/app-text/calibre/calibre-0.8.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.36.ebuild,v 1.1 2012/01/20 23:26:51 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.36.ebuild,v 1.2 2012/01/22 21:58:27 zmedico Exp $ EAPI=4 PYTHON_DEPEND=2:2.7 @@ -26,6 +26,7 @@ COMMON_DEPEND=" >=dev-libs/chmlib-0.40 >=dev-libs/icu-4.4 >=dev-python/beautifulsoup-3.0.5:python-2 + dev-python/python-dateutil:python-2 >=dev-python/dnspython-1.6.0 >=dev-python/cssutils-0.9.7_alpha3 >=dev-python/dbus-python-0.82.2 |