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 9986613835A for ; Fri, 9 Oct 2020 11:12:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A09B2E086E; Fri, 9 Oct 2020 11:12:17 +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 86894E086E for ; Fri, 9 Oct 2020 11:12:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E0692340B98 for ; Fri, 9 Oct 2020 11:12:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58973332 for ; Fri, 9 Oct 2020 11:12:14 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1602241892.ba766d88b4ee0e6ece4eefe1de43dd5f7ecf2638.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/vault/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/vault/vault-1.4.5.ebuild X-VCS-Directories: app-admin/vault/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: ba766d88b4ee0e6ece4eefe1de43dd5f7ecf2638 X-VCS-Branch: master Date: Fri, 9 Oct 2020 11:12:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc0a5fd4-75bd-499f-b9d4-8029eb1d9508 X-Archives-Hash: f5b21c031e048198d0b991fd7f38d3ef commit: ba766d88b4ee0e6ece4eefe1de43dd5f7ecf2638 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Oct 9 11:11:32 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Oct 9 11:11:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba766d88 app-admin/vault: amd64 stable wrt bug #739264 Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> app-admin/vault/vault-1.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/vault/vault-1.4.5.ebuild b/app-admin/vault/vault-1.4.5.ebuild index d7f0e36a12f..671178b2513 100644 --- a/app-admin/vault/vault-1.4.5.ebuild +++ b/app-admin/vault/vault-1.4.5.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/hashicorp/vault/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MPL-2.0 Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="+webui" BDEPEND="dev-go/gox"