From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D65C91397E9 for ; Tue, 18 Aug 2015 10:58:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A74C141EC; Tue, 18 Aug 2015 10:58:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D157141EC for ; Tue, 18 Aug 2015 10:58:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F241340914 for ; Tue, 18 Aug 2015 10:58:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9751E124 for ; Tue, 18 Aug 2015 10:58:36 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1439895514.ab672e8b241dafd15f76474c7ac7729f7089b4fc.jauhien@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-sorcery/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/g-sorcery/g-sorcery-9999.ebuild X-VCS-Directories: app-portage/g-sorcery/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: ab672e8b241dafd15f76474c7ac7729f7089b4fc X-VCS-Branch: master Date: Tue, 18 Aug 2015 10:58:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c5802be4-8331-40ff-96c3-743669c9c833 X-Archives-Hash: 5d0aefc4f5e8a06266b438dfd1bb9112 commit: ab672e8b241dafd15f76474c7ac7729f7089b4fc Author: Jauhien Piatlicki gentoo org> AuthorDate: Tue Aug 18 10:58:34 2015 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Tue Aug 18 10:58:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab672e8b app-portage/g-sorcery: update live ebuild New feature added: sync using git Package-Manager: portage-2.2.18 app-portage/g-sorcery/g-sorcery-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-portage/g-sorcery/g-sorcery-9999.ebuild b/app-portage/g-sorcery/g-sorcery-9999.ebuild index 9c42e82..ac8fe71 100644 --- a/app-portage/g-sorcery/g-sorcery-9999.ebuild +++ b/app-portage/g-sorcery/g-sorcery-9999.ebuild @@ -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*')]"