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

Collapse All | Expand All

(-)a/media-gfx/gimp/gimp-2.8.8.ebuild (-1 / +5 lines)
Lines 5-11 Link Here
5
EAPI="3"
5
EAPI="3"
6
PYTHON_DEPEND="python? 2:2.5"
6
PYTHON_DEPEND="python? 2:2.5"
7
7
8
inherit versionator autotools eutils gnome2 fdo-mime multilib python
8
inherit versionator virtualx autotools eutils gnome2 fdo-mime multilib python
9
9
10
DESCRIPTION="GNU Image Manipulation Program"
10
DESCRIPTION="GNU Image Manipulation Program"
11
HOMEPAGE="http://www.gimp.org/"
11
HOMEPAGE="http://www.gimp.org/"
Lines 129-134 _clean_up_locales() { Link Here
129
	done
129
	done
130
}
130
}
131
131
132
src_test() {
133
	Xemake check
134
}
135
132
src_install() {
136
src_install() {
133
	gnome2_src_install
137
	gnome2_src_install
134
138

Return to bug 490480