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 3286813921E for ; Sun, 6 Dec 2020 23:55:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74F03E0B04; Sun, 6 Dec 2020 23:55:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 59279E0B04 for ; Sun, 6 Dec 2020 23:55:30 +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 5BF2134121C for ; Sun, 6 Dec 2020 23:55:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B881D468 for ; Sun, 6 Dec 2020 23:55:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1607298909.452e6efe82366c0511caf6dcd88eb2421241c302.sam@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.7.ebuild X-VCS-Directories: app-admin/vault/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 452e6efe82366c0511caf6dcd88eb2421241c302 X-VCS-Branch: master Date: Sun, 6 Dec 2020 23:55:27 +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: aab09622-af0a-4420-873a-d7f49b39e12e X-Archives-Hash: 70d58f942d9e47548cbb1d00db82616a commit: 452e6efe82366c0511caf6dcd88eb2421241c302 Author: Sam James gentoo org> AuthorDate: Sun Dec 6 23:55:09 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 6 23:55:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452e6efe app-admin/vault: Stabilize 1.4.7 amd64, #747157 Signed-off-by: Sam James gentoo.org> app-admin/vault/vault-1.4.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/vault/vault-1.4.7.ebuild b/app-admin/vault/vault-1.4.7.ebuild index d7f0e36a12f..671178b2513 100644 --- a/app-admin/vault/vault-1.4.7.ebuild +++ b/app-admin/vault/vault-1.4.7.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"