From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E3E61138AE9 for ; Thu, 28 Dec 2017 12:15:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38505E0E4B; Thu, 28 Dec 2017 12:15:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 182F9E0E4B for ; Thu, 28 Dec 2017 12:15:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 957ED33BF05 for ; Thu, 28 Dec 2017 12:15:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A2F7AEC8 for ; Thu, 28 Dec 2017 12:15:33 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1514463320.42ba2353cef220632d2415d30872ff23f88095e7.nicolasbock@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/kbfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/kbfs/kbfs-1.0.36.ebuild X-VCS-Directories: app-crypt/kbfs/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 42ba2353cef220632d2415d30872ff23f88095e7 X-VCS-Branch: master Date: Thu, 28 Dec 2017 12:15:33 +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: 6c86b355-b6e7-4b3f-89e4-e242a2d8a147 X-Archives-Hash: ec95e1f34b26797642b0b89987c41df8 commit: 42ba2353cef220632d2415d30872ff23f88095e7 Author: Nicolas Bock gentoo org> AuthorDate: Thu Dec 28 12:14:50 2017 +0000 Commit: Nicolas Bock gentoo org> CommitDate: Thu Dec 28 12:15:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ba2353 app-crypt/kbfs: Re-add missing code The `git` conditional code was accidentally removed in this package and this change adds that code back. Closes: https://bugs.gentoo.org/642480 Package-Manager: Portage-2.3.13, Repoman-2.3.3 app-crypt/kbfs/kbfs-1.0.36.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/kbfs/kbfs-1.0.36.ebuild b/app-crypt/kbfs/kbfs-1.0.36.ebuild index 400d78a77de..96432ebc427 100644 --- a/app-crypt/kbfs/kbfs-1.0.36.ebuild +++ b/app-crypt/kbfs/kbfs-1.0.36.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/keybase/kbfs/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="git" DEPEND=" >=dev-lang/go-1.6:0