Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 311333 | Differences between
and this patch

Collapse All | Expand All

(-)gnome-extra/gconf-editor/gconf-editor-2.28.0.ebuild (-1 / +6 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit gnome2
7
inherit eutils gnome2
8
8
9
DESCRIPTION="An editor to the GNOME 2 config system"
9
DESCRIPTION="An editor to the GNOME 2 config system"
10
HOMEPAGE="http://www.gnome.org/"
10
HOMEPAGE="http://www.gnome.org/"
Lines 29-31 Link Here
29
pkg_setup() {
29
pkg_setup() {
30
	G2CONF="${G2CONF} --disable-scrollkeeper"
30
	G2CONF="${G2CONF} --disable-scrollkeeper"
31
}
31
}
32
33
src_prepare() {
34
	# Fix deprecated GTK+ accessor macros, see Gentoo bug #311333
35
	epatch "${FILESDIR}"/${PN}-2.28.0-fix-deprecated-accessors.patch
36
}

Return to bug 311333