diff options
author | 2012-02-14 13:31:08 +0000 | |
---|---|---|
committer | 2012-02-14 13:31:08 +0000 | |
commit | 86e3af12e3967c29439f7c6943ec19aac2a24f36 (patch) | |
tree | ea1f54acdf0d5d176ced9f3cad00b78dfa8b41f6 /app-text | |
parent | [sci-chemistry/vmd] Version bump (diff) | |
download | gentoo-2-86e3af12e3967c29439f7c6943ec19aac2a24f36.tar.gz gentoo-2-86e3af12e3967c29439f7c6943ec19aac2a24f36.tar.bz2 gentoo-2-86e3af12e3967c29439f7c6943ec19aac2a24f36.zip |
Require python[ssl] for bug #403201.
(Portage version: 2.2.0_alpha86_p9/cvs/Linux i686)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/calibre/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/calibre/calibre-0.8.38.ebuild | 4 | ||||
-rw-r--r-- | app-text/calibre/calibre-0.8.39.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-text/calibre/ChangeLog b/app-text/calibre/ChangeLog index b9a6f87bd592..8eb8f50cf16a 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.185 2012/02/11 22:06:46 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.186 2012/02/14 13:31:08 zmedico Exp $ + + 14 Feb 2012; Zac Medico <zmedico@gentoo.org> calibre-0.8.38.ebuild, + calibre-0.8.39.ebuild: + Require python[ssl] for bug #403201. *calibre-0.8.39 (11 Feb 2012) diff --git a/app-text/calibre/calibre-0.8.38.ebuild b/app-text/calibre/calibre-0.8.38.ebuild index f662499078b1..efc0271de3b0 100644 --- a/app-text/calibre/calibre-0.8.38.ebuild +++ b/app-text/calibre/calibre-0.8.38.ebuild @@ -1,10 +1,10 @@ # 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.38.ebuild,v 1.1 2012/02/05 22:46:37 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.38.ebuild,v 1.2 2012/02/14 13:31:08 zmedico Exp $ EAPI=4 PYTHON_DEPEND=2:2.7 -PYTHON_USE_WITH=sqlite +PYTHON_USE_WITH="ssl sqlite" inherit python distutils eutils fdo-mime bash-completion-r1 multilib diff --git a/app-text/calibre/calibre-0.8.39.ebuild b/app-text/calibre/calibre-0.8.39.ebuild index 9fc013e43d6d..4f4e0bdcc799 100644 --- a/app-text/calibre/calibre-0.8.39.ebuild +++ b/app-text/calibre/calibre-0.8.39.ebuild @@ -1,10 +1,10 @@ # 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.39.ebuild,v 1.1 2012/02/11 22:06:46 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.39.ebuild,v 1.2 2012/02/14 13:31:08 zmedico Exp $ EAPI=4 PYTHON_DEPEND=2:2.7 -PYTHON_USE_WITH=sqlite +PYTHON_USE_WITH="ssl sqlite" inherit python distutils eutils fdo-mime bash-completion-r1 multilib |