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 E504B138239 for ; Thu, 16 May 2019 09:59:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5E2BE0827; Thu, 16 May 2019 09:59:34 +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 BAA54E0827 for ; Thu, 16 May 2019 09:59:34 +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 5A75734446D for ; Thu, 16 May 2019 09:59:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF251A8 for ; Thu, 16 May 2019 09:59:31 +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: <1558000678.9317b77cbcbb9324ba5d5d5c7a635ea8f7b50ab0.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.13.1.ebuild X-VCS-Directories: app-admin/helm/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 9317b77cbcbb9324ba5d5d5c7a635ea8f7b50ab0 X-VCS-Branch: master Date: Thu, 16 May 2019 09:59:31 +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: 46b0245c-17f1-4cda-bfee-1d01b6414017 X-Archives-Hash: aa1f7b1c56c4916885717e1b278be3a3 commit: 9317b77cbcbb9324ba5d5d5c7a635ea8f7b50ab0 Author: Manuel Rüger gentoo org> AuthorDate: Thu May 16 09:57:58 2019 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu May 16 09:57:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9317b77c app-admin/helm: Stabilize 2.13.1 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Manuel Rüger gentoo.org> app-admin/helm/helm-2.13.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/helm/helm-2.13.1.ebuild b/app-admin/helm/helm-2.13.1.ebuild index 29c0a94badd..35d9af3f671 100644 --- a/app-admin/helm/helm-2.13.1.ebuild +++ b/app-admin/helm/helm-2.13.1.ebuild @@ -108,7 +108,7 @@ GIT_COMMIT="618447cbf203d147601b4b9bd7f8c37a5d39fbb4" 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"