mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
gnome-extra/seahorse-nautilus: fix eautoreconf handling
Fixes: 6c797b166d
Bug: https://bugs.gentoo.org/696904
Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user