Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/parted/
Date: Wed, 15 Mar 2023 08:32:49
Message-Id: 1678869160.eb463d1e0bcbc6e309621e9161f34fa581b65489.mgorny@gentoo
1 commit: eb463d1e0bcbc6e309621e9161f34fa581b65489
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 15 08:28:05 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 15 08:32:40 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb463d1e
7
8 sys-block/parted: Bump signing key requirement
9
10 Closes: https://bugs.gentoo.org/901239
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 sys-block/parted/parted-3.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-block/parted/parted-3.5.ebuild b/sys-block/parted/parted-3.5.ebuild
17 index aab692fab586..a6fac85ad7db 100644
18 --- a/sys-block/parted/parted-3.5.ebuild
19 +++ b/sys-block/parted/parted-3.5.ebuild
20 @@ -32,7 +32,7 @@ RDEPEND="
21 DEPEND="${RDEPEND}"
22 BDEPEND="
23 nls? ( >=sys-devel/gettext-0.12.1-r2 )
24 - verify-sig? ( sec-keys/openpgp-keys-bcl )
25 + verify-sig? ( >=sec-keys/openpgp-keys-bcl-20230315 )
26 virtual/pkgconfig
27 "