commit: f791f6dd38f1c02f9c3216fcf30e8982f69cd5be Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Tue Jan 20 22:51:00 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 21 04:07:52 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f791f6dd
dev-db/mysql: allow newer openpgp-keys-mysql Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45461 Closes: https://github.com/gentoo/gentoo/pull/45461 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-db/mysql/mysql-8.4.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/mysql/mysql-8.4.7.ebuild b/dev-db/mysql/mysql-8.4.7.ebuild index 2b1c7b167aad..cffe0f6574e5 100644 --- a/dev-db/mysql/mysql-8.4.7.ebuild +++ b/dev-db/mysql/mysql-8.4.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -126,7 +126,7 @@ BDEPEND=" dev-perl/JSON sys-libs/timezone-data ) - verify-sig? ( ~sec-keys/openpgp-keys-mysql-20231023 ) + verify-sig? ( >=sec-keys/openpgp-keys-mysql-20231023 ) " PATCHES=(
