We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.

diff dev-vcs/kallithea/kallithea-0.3.1.ebuild @ 139:75e8d4d50c86

dev-vcs/kallithea: adding dependency for sqlite
author Daniel Neugebauer <dneuge@energiequant.de>
date Mon, 28 Mar 2016 16:50:25 +0200
parents 28cb864a4a8f
children 3bcc5cfd5a95
line wrap: on
line diff
--- a/dev-vcs/kallithea/kallithea-0.3.1.ebuild	Mon Mar 28 16:27:57 2016 +0200
+++ b/dev-vcs/kallithea/kallithea-0.3.1.ebuild	Mon Mar 28 16:50:25 2016 +0200
@@ -20,16 +20,18 @@
 HOMEPAGE="https://kallithea-scm.org/"
 SRC_URI="https://pypi.python.org/packages/source/K/Kallithea/Kallithea-${PV}.tar.bz2"
 
-RDEPEND="dev-python/virtualenv"
+IUSE="+sqlite"
 
-DEPEND="${RDEPEND} \
-	app-arch/unzip \
+RDEPEND="dev-python/virtualenv
+	sqlite? ( dev-lang/python:2.7[sqlite] )"
+
+DEPEND="${RDEPEND}
+	app-arch/unzip
 	sys-apps/sed"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 RESTRICT_PYTHON_ABIS="3.*"