From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1734561-garchives=archives.gentoo.org@lists.gentoo.org> 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 finch.gentoo.org (Postfix) with ESMTPS id 8FFCE1581EE for <garchives@archives.gentoo.org>; Sat, 05 Apr 2025 17:22:06 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 784A2343145 for <garchives@archives.gentoo.org>; Sat, 05 Apr 2025 17:22:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 42A2B1104B9; Sat, 05 Apr 2025 17:21:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 391861104B9 for <gentoo-commits@lists.gentoo.org>; Sat, 05 Apr 2025 17:21:58 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C806C343147 for <gentoo-commits@lists.gentoo.org>; Sat, 05 Apr 2025 17:21:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 303F31EEA for <gentoo-commits@lists.gentoo.org>; Sat, 05 Apr 2025 17:21:56 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1743873524.29bc79cf8e617b8eacb6e916fd36b14d4b16e628.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/conmon/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/conmon/conmon-2.1.11.ebuild X-VCS-Directories: app-containers/conmon/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 29bc79cf8e617b8eacb6e916fd36b14d4b16e628 X-VCS-Branch: master Date: Sat, 05 Apr 2025 17:21:56 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf5b88b0-efad-4305-9395-199722d83023 X-Archives-Hash: b2a180c52e1de0c35f4ce094d36f00b2 commit: 29bc79cf8e617b8eacb6e916fd36b14d4b16e628 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 5 17:07:19 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 5 17:18:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29bc79cf app-containers/conmon: Stabilize 2.1.11 amd64, #953221 Signed-off-by: Sam James <sam <AT> gentoo.org> app-containers/conmon/conmon-2.1.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-containers/conmon/conmon-2.1.11.ebuild b/app-containers/conmon/conmon-2.1.11.ebuild index bfc4da4cc9d6..c3f290a80975 100644 --- a/app-containers/conmon/conmon-2.1.11.ebuild +++ b/app-containers/conmon/conmon-2.1.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ else https://github.com/Flowdalic/conmon/commit/ff8794c5bc0805cc430229728befde16da47b68c.patch -> ${PN}-2.1.11-make-docs-target-not-depend-on-install.tools.patch " - KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv" + KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv" fi LICENSE="Apache-2.0"