diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-11-04 10:08:33 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-11-04 10:15:52 +0100 |
commit | d7e41de115740abe563c23b259d9efea536cb17e (patch) | |
tree | 1a1ead967ddc871c8f3f2f1ae3a16e6ddcac536b /gnome-extra/gconf-editor/gconf-editor-3.0.1-r1.ebuild | |
parent | 20d7418481d0018737de351c981244a29350b821 (diff) | |
download | gentoo-d7e41de115740abe563c23b259d9efea536cb17e.tar.gz gentoo-d7e41de115740abe563c23b259d9efea536cb17e.tar.xz |
gnome-extra/gconf-editor: scrollkeeper is not really needed
Package-Manager: portage-2.3.2
Diffstat (limited to 'gnome-extra/gconf-editor/gconf-editor-3.0.1-r1.ebuild')
-rw-r--r-- | gnome-extra/gconf-editor/gconf-editor-3.0.1-r1.ebuild | 19 |
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 8d963804eaf..cb1da31ad9d 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" +) |