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

Collapse All | Expand All

(-)gimp-2.7.4.ebuild (-2 / +6 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 gnome2 fdo-mime multilib python
8
inherit versionator 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 57-63 Link Here
57
	>=sys-devel/gettext-0.17
57
	>=sys-devel/gettext-0.17
58
	doc? ( >=dev-util/gtk-doc-1 )
58
	doc? ( >=dev-util/gtk-doc-1 )
59
	>=sys-devel/libtool-2.2
59
	>=sys-devel/libtool-2.2
60
	>=sys-devel/automake-1.11"
60
	>=sys-devel/automake-1.11
61
	dev-util/gtk-doc-am"  # due to our call to eautoreconf below (bug #386453)
61
62
62
DOCS="AUTHORS ChangeLog* HACKING NEWS README*"
63
DOCS="AUTHORS ChangeLog* HACKING NEWS README*"
63
64
Lines 97-102 Link Here
97
}
98
}
98
99
99
src_prepare() {
100
src_prepare() {
101
	epatch "${FILESDIR}"/${P}-no-deprecation.patch  # bug 395695, comment 9
102
	eautoreconf  # If you remove this: remove dev-util/gtk-doc-am from DEPEND, too
103
100
	echo '#!/bin/sh' > py-compile
104
	echo '#!/bin/sh' > py-compile
101
	gnome2_src_prepare
105
	gnome2_src_prepare
102
}
106
}

Return to bug 395695