summaryrefslogtreecommitdiff
path: root/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild')
-rw-r--r--gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild8
1 files changed, 6 insertions, 2 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 0dc09ebdd133..446b85c14372 100644
--- a/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild
+++ b/gnome-extra/seahorse-nautilus/seahorse-nautilus-3.11.92.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI="6"
GNOME2_LA_PUNT="yes"
+GNOME2_EAUTORECONF="yes"
inherit gnome2
@@ -45,6 +45,10 @@ src_prepare() {
sed -i 's/pixmaps\/seahorse-plugins\/48x48/pixmaps\/cryptui\/48x48/' \
tool/seahorse-notification.c || die
+ # Doesn't really need libgnome-keyring (from Fedora, fixed in
+ # 'master')
+ eapply "${FILESDIR}"/${P}-remove-libgnome-keyring.patch # needs eautoreconf
+
gnome2_src_prepare
}