--- pygtk-2.17.0.ebuild 2011-01-08 03:09:21.000000000 +0100 +++ pygtk-2.22.0.ebuild 2011-01-17 19:32:25.000000000 +0100 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pygtk/pygtk-2.17.0.ebuild,v 1.9 2011/01/08 01:36:01 ranger Exp $ -EAPI="2" +EAPI="3" PYTHON_DEPEND="2:2.6" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="2.4 2.5 3.*" @@ -18,13 +18,16 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc examples" +# Broken, see upstream bug #636589 +RESTRICT="test" + RDEPEND=">=dev-libs/glib-2.8 >=x11-libs/pango-1.16 >=dev-libs/atk-1.12 - >=x11-libs/gtk+-2.18 + >=x11-libs/gtk+-2.18:2 >=gnome-base/libglade-2.5 >=dev-python/pycairo-1.0.2 - >=dev-python/pygobject-2.16.1 + >=dev-python/pygobject-2.21.3 dev-python/numpy" DEPEND="${RDEPEND} @@ -64,12 +67,12 @@ src_install() { python_src_install python_clean_installation_image - dodoc AUTHORS ChangeLog INSTALL MAPPING NEWS README THREADS TODO + dodoc AUTHORS ChangeLog INSTALL MAPPING NEWS README THREADS TODO || die if use examples; then rm examples/Makefile* insinto /usr/share/doc/${PF} - doins -r examples + doins -r examples || die fi }