app-portage/g-sorcery: update live ebuild

New feature added: sync using git

Package-Manager: portage-2.2.18
This commit is contained in:
Jauhien Piatlicki
2015-08-18 12:58:34 +02:00
parent dfce88b24e
commit ab672e8b24

View File

@@ -16,9 +16,10 @@ EGIT_REPO_URI="git://git.gentoo.org/proj/g-sorcery.git"
LICENSE="GPL-2"
SLOT="0"
IUSE="bson"
IUSE="bson git"
DEPEND="bson? ( dev-python/pymongo[$(python_gen_usedep 'python*')] )
git? ( dev-vcs/git )
sys-apps/portage[$(python_gen_usedep 'python*')]"
RDEPEND="${DEPEND}"
PDEPEND=">=app-portage/layman-2.2.0[g-sorcery(-),$(python_gen_usedep 'python*')]"