diff -ur inkscape.orig/inkscape-0.48.2.ebuild inkscape/inkscape-0.48.2.ebuild --- inkscape.orig/inkscape-0.48.2.ebuild 2011-11-16 01:12:36.080999943 +0800 +++ inkscape/inkscape-0.48.2.ebuild 2011-11-15 23:01:46.845999945 +0800 @@ -3,7 +3,9 @@ # $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.10 2011/10/27 06:31:27 tetromino Exp $ EAPI=4 -inherit eutils flag-o-matic autotools gnome2 +PYTHON_DEPEND="*::3.2" +PYTHON_USE_WITH=xml +inherit eutils flag-o-matic autotools gnome2 python MY_P="${P/_/}" S="${WORKDIR}/${MY_P}" @@ -68,6 +70,7 @@ >=dev-util/intltool-0.29" pkg_setup() { + python_pkg_setup G2CONF="${G2CONF} --without-perl" G2CONF="${G2CONF} --enable-poppler-cairo"