diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-02-06 18:37:49 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-02-06 18:37:49 +0000 |
commit | 2a8e48f609219cb85745ac7cbbe1f747f50cc0a9 (patch) | |
tree | a7a34fb90f8ca198531759dbb1c2fa68a13e00c9 /app-text | |
parent | Version bump, many bugsfixes, translations update. (diff) | |
download | gentoo-2-2a8e48f609219cb85745ac7cbbe1f747f50cc0a9.tar.gz gentoo-2-2a8e48f609219cb85745ac7cbbe1f747f50cc0a9.tar.bz2 gentoo-2-2a8e48f609219cb85745ac7cbbe1f747f50cc0a9.zip |
Set PYTHON_DEPEND=2:2.6, as suggested by Arfrever.
(Portage version: 2.2_rc62_p15322/cvs/Linux i686)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/calibre/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/calibre/calibre-0.6.37.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/calibre/ChangeLog b/app-text/calibre/ChangeLog index 94114f62803e..3b804ac9a757 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.73 2010/02/05 23:16:49 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.74 2010/02/06 18:37:49 zmedico Exp $ + + 06 Feb 2010; Zac Medico <zmedico@gentoo.org> calibre-0.6.37.ebuild: + Set PYTHON_DEPEND=2:2.6, as suggested by Arfrever. 05 Feb 2010; Zac Medico <zmedico@gentoo.org> calibre-0.6.37.ebuild: Don't set NEED_PYTHON and PYTHON_DEPEND at the same time. diff --git a/app-text/calibre/calibre-0.6.37.ebuild b/app-text/calibre/calibre-0.6.37.ebuild index 2b11928af79b..bc7ae183aad6 100644 --- a/app-text/calibre/calibre-0.6.37.ebuild +++ b/app-text/calibre/calibre-0.6.37.ebuild @@ -1,9 +1,9 @@ # 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.6.37.ebuild,v 1.2 2010/02/05 23:16:49 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.6.37.ebuild,v 1.3 2010/02/06 18:37:49 zmedico Exp $ EAPI=2 -PYTHON_DEPEND=2 +PYTHON_DEPEND=2:2.6 inherit python distutils eutils fdo-mime bash-completion |