Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 284404
Collapse All | Expand All

(-)a/x11-libs/gtk+/gtk+-2.17.11-r1.ebuild (-2 / +3 lines)
Lines 4-11 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit gnome.org flag-o-matic eutils libtool virtualx
7
inherit gnome.org flag-o-matic eutils autotools virtualx
8
8
9
WANT_AUTOMAKE=1.7
9
DESCRIPTION="Gimp ToolKit +"
10
DESCRIPTION="Gimp ToolKit +"
10
HOMEPAGE="http://www.gtk.org/"
11
HOMEPAGE="http://www.gtk.org/"
11
12
Lines 83-89 src_prepare() { Link Here
83
		-i gtk/tests/testing.c || die "sed 1 failed"
84
		-i gtk/tests/testing.c || die "sed 1 failed"
84
	sed '\%/recent-manager/add%,/recent_manager_purge/ d' \
85
	sed '\%/recent-manager/add%,/recent_manager_purge/ d' \
85
		-i gtk/tests/recentmanager.c || die "sed 2 failed"
86
		-i gtk/tests/recentmanager.c || die "sed 2 failed"
86
	elibtoolize
87
	eautoreconf
87
}
88
}
88
89
89
src_configure() {
90
src_configure() {

Return to bug 284404