summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-11-04 10:08:33 +0100
committerPacho Ramos <pacho@gentoo.org>2016-11-04 10:15:52 +0100
commitd7e41de115740abe563c23b259d9efea536cb17e (patch)
tree1a1ead967ddc871c8f3f2f1ae3a16e6ddcac536b /gnome-extra
parentdev-util/gtk-doc-am: Drop old (diff)
downloadgentoo-d7e41de115740abe563c23b259d9efea536cb17e.tar.gz
gentoo-d7e41de115740abe563c23b259d9efea536cb17e.tar.bz2
gentoo-d7e41de115740abe563c23b259d9efea536cb17e.zip
gnome-extra/gconf-editor: scrollkeeper is not really needed
Package-Manager: portage-2.3.2
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gconf-editor/gconf-editor-3.0.1-r1.ebuild19
1 files changed, 7 insertions, 12 deletions
diff --git a/gnome-extra/gconf-editor/gconf-editor-3.0.1-r1.ebuild b/gnome-extra/gconf-editor/gconf-editor-3.0.1-r1.ebuild
index 8d963804eaf5..cb1da31ad9dc 100644
--- a/gnome-extra/gconf-editor/gconf-editor-3.0.1-r1.ebuild
+++ b/gnome-extra/gconf-editor/gconf-editor-3.0.1-r1.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-GCONF_DEBUG="no"
-
-inherit eutils gnome2
+EAPI=6
+inherit gnome2
DESCRIPTION="An editor to the GNOME config system"
HOMEPAGE="https://git.gnome.org/browse/gconf-editor"
@@ -20,7 +18,6 @@ RDEPEND="
>=gnome-base/gconf-2.12:2
"
DEPEND="${RDEPEND}
- app-text/scrollkeeper
sys-devel/gettext
app-text/gnome-doc-utils
>=dev-util/intltool-0.35
@@ -29,12 +26,10 @@ DEPEND="${RDEPEND}
"
# gnome-common for eautoreconf
-src_prepare() {
+PATCHES=(
# Fix assertion failed crash (from 'master')
- epatch "${FILESDIR}/${PN}-3.0.1-assertion-crash.patch"
+ "${FILESDIR}/${PN}-3.0.1-assertion-crash.patch"
# Drop use GTK accel maps (from 'master')
- epatch "${FILESDIR}/${PN}-3.0.1-drop-accel.patch"
-
- gnome2_src_prepare
-}
+ "${FILESDIR}/${PN}-3.0.1-drop-accel.patch"
+)