diff options
author | Devan Franchini <twitch153@gentoo.org> | 2015-10-16 17:02:21 -0400 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2015-10-16 17:09:03 -0400 |
commit | 91d6125b5533cc9bd6b9ec5ba19370947f5ae70c (patch) | |
tree | 4ebd538c34766b7b3503783fa12f158d9aabfa9c /app-portage | |
parent | net-ftp/filezilla: bugfixes version bump (diff) | |
download | gentoo-91d6125b5533cc9bd6b9ec5ba19370947f5ae70c.tar.gz gentoo-91d6125b5533cc9bd6b9ec5ba19370947f5ae70c.tar.bz2 gentoo-91d6125b5533cc9bd6b9ec5ba19370947f5ae70c.zip |
app-portage/layman: Adds sqlite USE flag to 9999 ebuild
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/layman/layman-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
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 ) |