summarylogtreecommitdiffstats
path: root/nemo-seahorse-gnupg.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nemo-seahorse-gnupg.patch')
-rw-r--r--nemo-seahorse-gnupg.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/nemo-seahorse-gnupg.patch b/nemo-seahorse-gnupg.patch
deleted file mode 100644
index bfec82446dff..000000000000
--- a/nemo-seahorse-gnupg.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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