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 350D9138359 for ; Fri, 7 Aug 2020 17:40:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1192EE0895; Fri, 7 Aug 2020 17:40:05 +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 E73DDE0895 for ; Fri, 7 Aug 2020 17:40:04 +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 87FC234F02A for ; Fri, 7 Aug 2020 17:40:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C05F92FD for ; Fri, 7 Aug 2020 17:40:01 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1596820931.669d09fae8aac1a0fe41bb11718466a8c064020e.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/helm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/helm/helm-2.16.9.ebuild X-VCS-Directories: app-admin/helm/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 669d09fae8aac1a0fe41bb11718466a8c064020e X-VCS-Branch: master Date: Fri, 7 Aug 2020 17:40:01 +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: 853decd9-662f-4cde-b313-0cbe84772951 X-Archives-Hash: 2b77196a2521545c0f8e2e5032cad02b commit: 669d09fae8aac1a0fe41bb11718466a8c064020e Author: William Hubbs gentoo org> AuthorDate: Fri Aug 7 17:22:11 2020 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Aug 7 17:22:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669d09fa app-admin/helm: stabilize 2.16.9 on amd64 Signed-off-by: William Hubbs gentoo.org> app-admin/helm/helm-2.16.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/helm/helm-2.16.9.ebuild b/app-admin/helm/helm-2.16.9.ebuild index e0b6de643be..0a0305fee7b 100644 --- a/app-admin/helm/helm-2.16.9.ebuild +++ b/app-admin/helm/helm-2.16.9.ebuild @@ -123,7 +123,7 @@ GIT_COMMIT=8ad7037828e5a0fca1009dabe290130da6368e39 ARCHIVE_URI="https://github.com/kubernetes/helm/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz ${EGO_VENDOR_URI}" -KEYWORDS="~amd64" +KEYWORDS="amd64" DESCRIPTION="Kubernetes Package Manager" HOMEPAGE="https://github.com/kubernetes/helm https://helm.sh"