summarylogtreecommitdiffstats
path: root/nemo-seahorse-gnupg.patch
blob: bfec82446dff8b0a315c91b6f3dc6755a8154856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/nemo-extensions-3.6.0/nemo-seahorse/configure.ac.orig b/nemo-extensions-3.6.0/nemo-seahorse/configure.ac
index acea698..9aa06c2 100644
--- a/nemo-seahorse/configure.ac.orig
+++ b/nemo-seahorse/configure.ac
@@ -57,7 +57,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"
+	accepted_versions="1.2 1.4 2.0 2.1 2.2"
 	AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
 	ok="no"
 	if test "$GNUPG" != "no"; then