From 91d6125b5533cc9bd6b9ec5ba19370947f5ae70c Mon Sep 17 00:00:00 2001 From: Devan Franchini Date: Fri, 16 Oct 2015 17:02:21 -0400 Subject: app-portage/layman: Adds sqlite USE flag to 9999 ebuild Package-Manager: portage-2.2.20.1 --- app-portage/layman/layman-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app-portage/layman') diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild index 14439447be0f..1c1abf64ad7a 100644 --- a/app-portage/layman/layman-9999.ebuild +++ b/app-portage/layman/layman-9999.ebuild @@ -5,7 +5,7 @@ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) -PYTHON_REQ_USE="xml(+)" +PYTHON_REQ_USE="xml(+),sqlite?" inherit eutils distutils-r1 git-2 linux-info prefix @@ -17,10 +17,11 @@ EGIT_REPO_URI="git://anongit.gentoo.org/proj/layman.git" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="bazaar cvs darcs +git gpg g-sorcery mercurial squashfs subversion sync-plugin-portage test" +IUSE="bazaar cvs darcs +git gpg g-sorcery mercurial sqlite squashfs subversion sync-plugin-portage test" DEPEND="test? ( dev-vcs/subversion ) - app-text/asciidoc" + app-text/asciidoc + " RDEPEND=" bazaar? ( dev-vcs/bzr ) -- cgit v1.2.3-65-gdbad