app-crypt/seahorse: accept GnuPG 2.2.0.
authorFrancesco Turco <fturco@fastmail.fm>
Tue, 5 Sep 2017 11:54:04 +0000 (13:54 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 7 Oct 2017 17:30:08 +0000 (19:30 +0200)
Upstream commit:
https://git.gnome.org/browse/seahorse/commit/?id=31a9a6ffc10f9737e70d7f0051ff590ff284ad07.

Closes: https://bugs.gentoo.org/629864
Closes: https://github.com/gentoo/gentoo/pull/5620

app-crypt/seahorse/seahorse-3.20.0.ebuild

index 63175bbaa5024371eb1a753712c018229dbd8cda..3a5351bb36e09374b3d508daae5a8649f4dd7f67 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -46,6 +46,10 @@ src_prepare() {
                -e '/CFLAGS="$CFLAGS -O0/d' \
                -i configure.ac configure || die "sed 1 failed"
 
+       # Accept GnuPG 2.2.0
+       sed -e 's/GNUPG_ACCEPTED="2.0.12 2.1.4"/GNUPG_ACCEPTED="2.0.12 2.1.4 2.2.0"/g' \
+               -i configure.ac configure || die "sed failed"
+
        gnome2_src_prepare
 }