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 955A7158046 for ; Sat, 12 Oct 2024 09:44:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 876AEE2A0B; Sat, 12 Oct 2024 09:44:22 +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 6816CE2A0B for ; Sat, 12 Oct 2024 09:44:22 +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 E8E23343269 for ; Sat, 12 Oct 2024 09:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42C8527F0 for ; Sat, 12 Oct 2024 09:44:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1728726242.219250d38dfa22f7699190d4a6ed5d6f5c006054.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/icingaweb2/icingaweb2-2.12.1-r1.ebuild X-VCS-Directories: www-apps/icingaweb2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 219250d38dfa22f7699190d4a6ed5d6f5c006054 X-VCS-Branch: master Date: Sat, 12 Oct 2024 09:44:17 +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: 643c42a3-44a6-4776-84d5-c1ba8f2064fb X-Archives-Hash: 6aeb6a11f8ffa946c3740eeb23907110 commit: 219250d38dfa22f7699190d4a6ed5d6f5c006054 Author: Michał Górny gentoo org> AuthorDate: Sat Oct 12 09:44:02 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 12 09:44:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219250d3 www-apps/icingaweb2: Stabilize 2.12.1-r1 x86, #941369 Signed-off-by: Michał Górny gentoo.org> www-apps/icingaweb2/icingaweb2-2.12.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/icingaweb2/icingaweb2-2.12.1-r1.ebuild b/www-apps/icingaweb2/icingaweb2-2.12.1-r1.ebuild index c049797b957d..653068e784ce 100644 --- a/www-apps/icingaweb2/icingaweb2-2.12.1-r1.ebuild +++ b/www-apps/icingaweb2/icingaweb2-2.12.1-r1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]];then EGIT_BRANCH="master" else SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 x86" fi LICENSE="GPL-2"