# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome-python-desktop KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="doc examples" DEPEND="=x11-libs/gtksourceview-1*" src_install() { gnome-python-desktop_src_install if use examples; then insinto /usr/share/doc/${PF}/examples doins examples/gtksourceview/* fi }