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 E9B89138334 for ; Sat, 17 Aug 2019 18:55:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28D86E0869; Sat, 17 Aug 2019 18:55:29 +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 112EFE0869 for ; Sat, 17 Aug 2019 18:55:29 +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 F40B8349CBB for ; Sat, 17 Aug 2019 18:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1FDD471 for ; Sat, 17 Aug 2019 18:55:26 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1566068098.4a7c64c5014830ac584240168dee8020ec1f2bbd.mrueg@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.14.3.ebuild X-VCS-Directories: app-admin/helm/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 4a7c64c5014830ac584240168dee8020ec1f2bbd X-VCS-Branch: master Date: Sat, 17 Aug 2019 18:55:26 +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: ec547acd-659c-444d-bc28-ca27edd841d7 X-Archives-Hash: d42fb2eac90ebdeffa74e20f46f1c9f6 commit: 4a7c64c5014830ac584240168dee8020ec1f2bbd Author: Manuel Rüger gentoo org> AuthorDate: Sat Aug 17 18:54:58 2019 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Aug 17 18:54:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7c64c5 app-admin/helm: Stable on amd64 Package-Manager: Portage-2.3.71, Repoman-2.3.16 Signed-off-by: Manuel Rüger gentoo.org> app-admin/helm/helm-2.14.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/helm/helm-2.14.3.ebuild b/app-admin/helm/helm-2.14.3.ebuild index 5d54fb819d8..7e9d9b482c4 100644 --- a/app-admin/helm/helm-2.14.3.ebuild +++ b/app-admin/helm/helm-2.14.3.ebuild @@ -116,7 +116,7 @@ GIT_COMMIT="0e7f3b6637f7af8fcfddb3d2941fcc7cbebb0085" 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"