commit: 39287641452c0686648f4536b058e8e3e5c1293e Author: Francesco Turco <fturco <AT> fastmail <DOT> fm> AuthorDate: Tue Sep 5 11:54:04 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Oct 7 17:30:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39287641
app-crypt/seahorse: accept GnuPG 2.2.0. 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app-crypt/seahorse/seahorse-3.20.0.ebuild b/app-crypt/seahorse/seahorse-3.20.0.ebuild index 63175bbaa50..3a5351bb36e 100644 --- a/app-crypt/seahorse/seahorse-3.20.0.ebuild +++ b/app-crypt/seahorse/seahorse-3.20.0.ebuild @@ -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 }
