Skip to content

Commit

Permalink
app-portage/layman: Adds sqlite USE flag to 9999 ebuild
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
Devan Franchini committed Oct 16, 2015
1 parent cf13bca commit 91d6125
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app-portage/layman/layman-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 )
Expand Down

0 comments on commit 91d6125

Please sign in to comment.