# 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="examples" DEPEND=">=x11-libs/libwnck-2.19.3" src_install() { gnome-python-desktop_src_install if use examples; then insinto /usr/share/doc/${PF}/examples doins examples/wnck_example.py fi }