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 3B88E138335 for ; Sun, 24 Nov 2019 19:01:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2A9FE0855; Sun, 24 Nov 2019 19:01:19 +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 DB456E0855 for ; Sun, 24 Nov 2019 19:01:19 +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 894E634D2CC for ; Sun, 24 Nov 2019 19:01:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B6EA8B8 for ; Sun, 24 Nov 2019 19:01:16 +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: <1574622046.548502834068734eb22317ba233795ff1ae06306.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.16.1.ebuild X-VCS-Directories: app-admin/helm/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 548502834068734eb22317ba233795ff1ae06306 X-VCS-Branch: master Date: Sun, 24 Nov 2019 19:01:16 +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: f800f906-fd7e-40de-b232-8c8618526744 X-Archives-Hash: c46bfd96ff6983c9641e73f7d05221a2 commit: 548502834068734eb22317ba233795ff1ae06306 Author: Manuel Rüger gentoo org> AuthorDate: Sun Nov 24 19:00:46 2019 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Nov 24 19:00:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54850283 app-admin/helm: Stabilize on amd64 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Manuel Rüger gentoo.org> app-admin/helm/helm-2.16.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/helm/helm-2.16.1.ebuild b/app-admin/helm/helm-2.16.1.ebuild index b5d0d64fefc..6f4db7a99f2 100644 --- a/app-admin/helm/helm-2.16.1.ebuild +++ b/app-admin/helm/helm-2.16.1.ebuild @@ -123,7 +123,7 @@ GIT_COMMIT="bbdfe5e7803a12bbdf97e94cd847859890cf4050" 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"