diff options
author | Sam James <sam@gentoo.org> | 2022-06-05 19:10:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-05 19:10:19 +0100 |
commit | 95d5ebca22cbec7af4eca3670e60c7a38deb6ce8 (patch) | |
tree | 31cfdba3222fdf54623da476927421ea811907cd /x11-libs/libcryptui/files | |
parent | dev-python/pyu2f: enable py3.11 (diff) | |
download | gentoo-95d5ebca22cbec7af4eca3670e60c7a38deb6ce8.tar.gz gentoo-95d5ebca22cbec7af4eca3670e60c7a38deb6ce8.tar.bz2 gentoo-95d5ebca22cbec7af4eca3670e60c7a38deb6ce8.zip |
x11-libs/libcryptui: allow gnupg 2.3
Closes: https://bugs.gentoo.org/820143
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs/libcryptui/files')
-rw-r--r-- | x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.3.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.3.patch b/x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.3.patch new file mode 100644 index 000000000000..5582b02fb552 --- /dev/null +++ b/x11-libs/libcryptui/files/libcryptui-3.12.2-gnupg-2.3.patch @@ -0,0 +1,20 @@ +https://gitlab.gnome.org/GNOME/libcryptui/-/merge_requests/1 +https://bugs.gentoo.org/820143 + +From fa3b8fd3b55768e0e02b30948c29a9504d02522e Mon Sep 17 00:00:00 2001 +From: Dominique Leuenberger <dimstar@opensuse.org> +Date: Tue, 31 Aug 2021 13:46:10 +0000 +Subject: [PATCH] Accept GnuPG 2.3.x as supported version + +--- a/configure.ac ++++ b/configure.ac +@@ -95,7 +95,7 @@ AC_ARG_ENABLE(gpg-check, + DO_CHECK=$enableval, DO_CHECK=yes) + + if test "$DO_CHECK" = "yes"; then +- accepted_versions="1.2 1.4 2.0 2.1 2.2" ++ accepted_versions="1.2 1.4 2.0 2.1 2.2 2.3" + AC_PATH_PROGS(GNUPG, [gpg gpg2], no) + AC_DEFINE_UNQUOTED(GNUPG, "$GNUPG", [Path to gpg executable.]) + ok="no" +GitLab |