commit: c5624b3bb4d88ae5bdc5116aa1eff14cbfc23476 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Thu Jul 4 14:16:44 2024 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Jul 4 14:19:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5624b3b
app-admin/helm: stabilize 3.13.2 for amd64 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> app-admin/helm/helm-3.13.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/helm/helm-3.13.2.ebuild b/app-admin/helm/helm-3.13.2.ebuild index c82d02143876..2e6be981ee17 100644 --- a/app-admin/helm/helm-3.13.2.ebuild +++ b/app-admin/helm/helm-3.13.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" LICENSE="Apache-2.0 BSD BSD-2 CC-BY-4.0 CC-BY-SA-4.0 ISC MIT ZLIB" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~loong ~riscv" +KEYWORDS="amd64 ~arm64 ~loong ~riscv" RESTRICT=" test"
