@@ -, +, @@ --- dev-python/pygoocanvas/pygoocanvas-0.14.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/dev-python/pygoocanvas/pygoocanvas-0.14.1-r1.ebuild +++ a/dev-python/pygoocanvas/pygoocanvas-0.14.1-r1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="http://live.gnome.org/PyGoocanvas" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" -IUSE="examples" +IUSE="doc examples" RDEPEND=" >=dev-python/pygobject-2.11.3:2[${PYTHON_USEDEP}] @@ -40,7 +40,7 @@ src_configure() { # docs installs gtk-doc and xsltproc is not actually used configure_binding() { ECONF_SOURCE="${S}" gnome2_src_configure \ - --enable-docs \ + $(use_enable doc docs) \ XSLTPROC=$(type -P true) } python_foreach_impl run_in_build_dir configure_binding --