void-packages/srcpkgs/seahorse-sharing/patches/fix-gnupg-version.patch
2016-08-31 01:14:08 +02:00

11 lines
352 B
Diff

--- configure.ac 2013-03-25 12:02:04.000000000 +0100
+++ configure.ac 2016-08-31 01:03:33.238915208 +0200
@@ -43,7 +43,7 @@
DO_CHECK=$enableval, DO_CHECK=yes)
if test "$DO_CHECK" = "yes"; then
- accepted_versions="1.2 1.4 2.0"
+ accepted_versions="1.2 1.4 2.0 2.1"
AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
ok="no"
if test "$GNUPG" != "no"; then