diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-02-06 18:56:51 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-02-06 18:56:51 +0000 |
commit | 07754b4d1d2ab1ee7f4c1cb99ddd45bfcc95a59e (patch) | |
tree | 4402c45847c0b13a554682972ed092916ad33f80 /app-text/calibre/calibre-0.6.37.ebuild | |
parent | Set PYTHON_DEPEND=2:2.6, as suggested by Arfrever. (diff) | |
download | historical-07754b4d1d2ab1ee7f4c1cb99ddd45bfcc95a59e.tar.gz historical-07754b4d1d2ab1ee7f4c1cb99ddd45bfcc95a59e.tar.bz2 historical-07754b4d1d2ab1ee7f4c1cb99ddd45bfcc95a59e.zip |
Set PYTHON_USE_WITH=sqlite to generate the python[sqlite] dep.
Package-Manager: portage-2.2_rc62_p15322/cvs/Linux i686
Diffstat (limited to 'app-text/calibre/calibre-0.6.37.ebuild')
-rw-r--r-- | app-text/calibre/calibre-0.6.37.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/calibre/calibre-0.6.37.ebuild b/app-text/calibre/calibre-0.6.37.ebuild index bc7ae183aad6..917ed53914da 100644 --- a/app-text/calibre/calibre-0.6.37.ebuild +++ b/app-text/calibre/calibre-0.6.37.ebuild @@ -1,9 +1,10 @@ # 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.3 2010/02/06 18:37:49 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.6.37.ebuild,v 1.4 2010/02/06 18:56:51 zmedico Exp $ EAPI=2 PYTHON_DEPEND=2:2.6 +PYTHON_USE_WITH=sqlite inherit python distutils eutils fdo-mime bash-completion @@ -20,8 +21,7 @@ SLOT="0" IUSE="" # libusb-compat is untested -SHARED_DEPEND=">=dev-lang/python-2.6[sqlite] - >=dev-python/setuptools-0.6_rc5 +SHARED_DEPEND=">=dev-python/setuptools-0.6_rc5 >=dev-python/imaging-1.1.6 >=dev-libs/libusb-0.1.12:0 >=dev-python/PyQt4-4.5[X,svg,webkit] |