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

(-)a/dev-python/pygoocanvas/pygoocanvas-0.14.1-r1.ebuild (-3 / +2 lines)
Lines 16-22 HOMEPAGE="http://live.gnome.org/PyGoocanvas" Link Here
16
LICENSE="GPL-2"
16
LICENSE="GPL-2"
17
SLOT="0"
17
SLOT="0"
18
KEYWORDS="amd64 ppc ~sparc x86"
18
KEYWORDS="amd64 ppc ~sparc x86"
19
IUSE="examples"
19
IUSE="doc examples"
20
20
21
RDEPEND="
21
RDEPEND="
22
	>=dev-python/pygobject-2.11.3:2[${PYTHON_USEDEP}]
22
	>=dev-python/pygobject-2.11.3:2[${PYTHON_USEDEP}]
Lines 40-46 src_configure() { Link Here
40
	# docs installs gtk-doc and xsltproc is not actually used
40
	# docs installs gtk-doc and xsltproc is not actually used
41
	configure_binding() {
41
	configure_binding() {
42
		ECONF_SOURCE="${S}" gnome2_src_configure \
42
		ECONF_SOURCE="${S}" gnome2_src_configure \
43
			--enable-docs \
43
			$(use_enable doc docs) \
44
			XSLTPROC=$(type -P true)
44
			XSLTPROC=$(type -P true)
45
	}
45
	}
46
	python_foreach_impl run_in_build_dir configure_binding
46
	python_foreach_impl run_in_build_dir configure_binding
47
- 

Return to bug 458428