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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F01E215823F for ; Fri, 17 Nov 2023 12:13:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 476132BC01D; Fri, 17 Nov 2023 12:13:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AFF22BC01D for ; Fri, 17 Nov 2023 12:13:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45092335D16 for ; Fri, 17 Nov 2023 12:13:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C86CBFC4 for ; Fri, 17 Nov 2023 12:13:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1700223211.98b330d3749a82b6fe5a0b8db720d14d7c0852f4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/promu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/promu/promu-0.15.0.ebuild X-VCS-Directories: dev-util/promu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 98b330d3749a82b6fe5a0b8db720d14d7c0852f4 X-VCS-Branch: master Date: Fri, 17 Nov 2023 12:13:40 +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: 599340d9-447f-4daa-b381-120d4cff725f X-Archives-Hash: dcb0d438d1d6e5f309b0fef7e7df3be6 commit: 98b330d3749a82b6fe5a0b8db720d14d7c0852f4 Author: Sam James gentoo org> AuthorDate: Fri Nov 17 12:13:31 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 17 12:13:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b330d3 dev-util/promu: Stabilize 0.15.0 amd64, #917488 Signed-off-by: Sam James gentoo.org> dev-util/promu/promu-0.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/promu/promu-0.15.0.ebuild b/dev-util/promu/promu-0.15.0.ebuild index 36b0779a8ac2..9e01f1de9925 100644 --- a/dev-util/promu/promu-0.15.0.ebuild +++ b/dev-util/promu/promu-0.15.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then else SRC_URI="https://github.com/prometheus/promu/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz -> ${P}-deps.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86" fi LICENSE="Apache-2.0" LICENSE+=" BSD BSD-2 MIT"