commit: bd4ac8a58f5d0e36d6ee5e8072ea12026da4cece Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Dec 29 14:15:52 2019 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun Dec 29 14:39:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd4ac8a5
gnome-extra/seahorse-nautilus: fix eautoreconf handling Fixes: 6c797b166d8ead3e36ec6e92b566560d88c202e9 Bug: https://bugs.gentoo.org/696904 Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild index 7422bf3e5ce..446b85c1437 100644 --- a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild +++ b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild @@ -3,8 +3,9 @@ EAPI="6" GNOME2_LA_PUNT="yes" +GNOME2_EAUTORECONF="yes" -inherit autotools gnome2 +inherit gnome2 DESCRIPTION="Nautilus extension for encrypting and decrypting files with GnuPG" HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse" @@ -46,8 +47,7 @@ src_prepare() { # Doesn't really need libgnome-keyring (from Fedora, fixed in # 'master') - eapply "${FILESDIR}"/${P}-remove-libgnome-keyring.patch - eautoreconf + eapply "${FILESDIR}"/${P}-remove-libgnome-keyring.patch # needs eautoreconf gnome2_src_prepare }
