summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild6
1 files 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 7422bf3e5ce0..446b85c14372 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
}