summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-10-12 11:37:13 +0300
committerMart Raudsepp <leio@gentoo.org>2017-10-12 11:37:13 +0300
commit75b141295b7c962d6daf0d6461bc0c6587e217e9 (patch)
tree1120eec90886ba10e51145d61e00da7b7fc52a74 /app-crypt/seahorse/files
parentxfce-extra/xfce4-weather-plugin: Bump to 0.8.10 (diff)
downloadgentoo-75b141295b7c962d6daf0d6461bc0c6587e217e9.tar.gz
gentoo-75b141295b7c962d6daf0d6461bc0c6587e217e9.tar.bz2
gentoo-75b141295b7c962d6daf0d6461bc0c6587e217e9.zip
Revert "app-crypt/seahorse: add upstream patch allowing building with GnuPG 2.2.0"
This reverts commit 2c808eedc775a1f663cd61afa87e070c68c69faa. A better version without requiring eautoreconf was actually ACKed in parallel by GNOME team and merged later into existing revision. This revision bump is not needed (over fixing existing revision as a pure build fix), wrongly reorders *DEPEND against GNOME standards and was not ACKed by the maintainers. Bug: https://bugs.gentoo.org/629864
Diffstat (limited to 'app-crypt/seahorse/files')
-rw-r--r--app-crypt/seahorse/files/seahorse-3.20.0-gnupg-configure.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-crypt/seahorse/files/seahorse-3.20.0-gnupg-configure.patch b/app-crypt/seahorse/files/seahorse-3.20.0-gnupg-configure.patch
deleted file mode 100644
index 6c81974c4fd3..000000000000
--- a/app-crypt/seahorse/files/seahorse-3.20.0-gnupg-configure.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 31a9a6ffc10f9737e70d7f0051ff590ff284ad07 Mon Sep 17 00:00:00 2001
-From: Rico Tzschichholz <ricotz@ubuntu.com>
-Date: Tue, 5 Sep 2017 00:01:16 +0200
-Subject: Accept GnuPG 2.2.x as supported version
-
-https://git.gnome.org/browse/seahorse/commit/?id=31a9a6ffc10f9737e70d7f0051ff590ff284ad07
-https://git.gnome.org/browse/seahorse/patch/?id=31a9a6ffc10f9737e70d7f0051ff590ff284ad07
-
-Note: had to change GPGME_REQUIRED=1.7.0 to GPGME_REQUIRED=1.0.0 for
-3.20.0 for patch to apply
-
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index fc4493c..723b46f 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -9,7 +9,7 @@ GCR_REQUIRED=3.11.91
- GTK_REQ=3.4.0
- GTK_MAX=GTK_VERSION_3_4
-
--GNUPG_ACCEPTED="2.0.12 2.1.4"
-+GNUPG_ACCEPTED="2.0.12 2.1.4 2.2.0"
- GPGME_REQUIRED=1.0.0
- LIBSECRET_REQUIRED=0.16
- AVAHI_GLIB_REQUIRED=0.6
---
-cgit v0.12
-
-