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 9C53315A7D9 for ; Wed, 15 Mar 2023 08:32:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E21B9E0858; Wed, 15 Mar 2023 08:32:48 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8812E0858 for ; Wed, 15 Mar 2023 08:32:48 +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 C7E32340817 for ; Wed, 15 Mar 2023 08:32:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 171F98E0 for ; Wed, 15 Mar 2023 08:32:46 +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: <1678869160.eb463d1e0bcbc6e309621e9161f34fa581b65489.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/parted/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/parted/parted-3.5.ebuild X-VCS-Directories: sys-block/parted/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eb463d1e0bcbc6e309621e9161f34fa581b65489 X-VCS-Branch: master Date: Wed, 15 Mar 2023 08:32:46 +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: 7dd48919-03b8-432e-af9d-82456939d61f X-Archives-Hash: 864b7313c80145082a4432b7f77ead6f commit: eb463d1e0bcbc6e309621e9161f34fa581b65489 Author: Michał Górny gentoo org> AuthorDate: Wed Mar 15 08:28:05 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 15 08:32:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb463d1e sys-block/parted: Bump signing key requirement Closes: https://bugs.gentoo.org/901239 Signed-off-by: Michał Górny gentoo.org> sys-block/parted/parted-3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/parted/parted-3.5.ebuild b/sys-block/parted/parted-3.5.ebuild index aab692fab586..a6fac85ad7db 100644 --- a/sys-block/parted/parted-3.5.ebuild +++ b/sys-block/parted/parted-3.5.ebuild @@ -32,7 +32,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" nls? ( >=sys-devel/gettext-0.12.1-r2 ) - verify-sig? ( sec-keys/openpgp-keys-bcl ) + verify-sig? ( >=sec-keys/openpgp-keys-bcl-20230315 ) virtual/pkgconfig "