Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 313503 | Differences between
and this patch

Collapse All | Expand All

(-)inkscape.orig/inkscape-0.48.2.ebuild (-1 / +5 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.10 2011/10/27 06:31:27 tetromino Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.10 2011/10/27 06:31:27 tetromino Exp $
4
4
5
EAPI=4
5
EAPI=4
6
inherit eutils flag-o-matic autotools gnome2
6
PYTHON_DEPEND="2"
7
PYTHON_USE_WITH=xml
8
inherit eutils flag-o-matic autotools gnome2 python
7
9
8
MY_P="${P/_/}"
10
MY_P="${P/_/}"
9
S="${WORKDIR}/${MY_P}"
11
S="${WORKDIR}/${MY_P}"
Lines 68-73 Link Here
68
	>=dev-util/intltool-0.29"
70
	>=dev-util/intltool-0.29"
69
71
70
pkg_setup() {
72
pkg_setup() {
73
	python_pkg_setup
74
	python_set_active_version 2
71
75
72
	G2CONF="${G2CONF} --without-perl"
76
	G2CONF="${G2CONF} --without-perl"
73
	G2CONF="${G2CONF} --enable-poppler-cairo"
77
	G2CONF="${G2CONF} --enable-poppler-cairo"

Return to bug 313503