Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 199412
Collapse All | Expand All

(-)dia-0.96.1.ebuild.orig (-3 / +6 lines)
Lines 14-20 Link Here
14
14
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
16
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
17
IUSE="gnome png python zlib cairo gnome-print"
17
IUSE="gnome png python zlib cairo gnome-print db2html"
18
18
19
RDEPEND=">=x11-libs/gtk+-2.6.0
19
RDEPEND=">=x11-libs/gtk+-2.6.0
20
	>=dev-libs/glib-2.6.0
20
	>=dev-libs/glib-2.6.0
Lines 32-39 Link Here
32
	cairo? ( x11-libs/cairo )
32
	cairo? ( x11-libs/cairo )
33
	python? ( >=dev-lang/python-1.5.2
33
	python? ( >=dev-lang/python-1.5.2
34
		>=dev-python/pygtk-1.99 )
34
		>=dev-python/pygtk-1.99 )
35
	~app-text/docbook-xml-dtd-4.2
35
	db2html? (
36
	app-text/docbook-xsl-stylesheets"
36
		~app-text/docbook-xml-dtd-4.2
37
		app-text/docbook-xsl-stylesheets
38
	)"
37
39
38
DEPEND="${RDEPEND}
40
DEPEND="${RDEPEND}
39
	>=dev-util/intltool-0.21
41
	>=dev-util/intltool-0.21
Lines 41-46 Link Here
41
43
42
G2CONF="${G2CONF} $(use_enable gnome) $(use_with gnome-print gnomeprint)"
44
G2CONF="${G2CONF} $(use_enable gnome) $(use_with gnome-print gnomeprint)"
43
G2CONF="${G2CONF} $(use_with python) $(use_with cairo)"
45
G2CONF="${G2CONF} $(use_with python) $(use_with cairo)"
46
G2CONF="${G2CONF} $(use_enable db2html)"
44
47
45
DOCS="AUTHORS ChangeLog COPYING KNOWN_BUGS MAINTAINERS NEWS README RELEASE-PROCESS THANKS TODO"
48
DOCS="AUTHORS ChangeLog COPYING KNOWN_BUGS MAINTAINERS NEWS README RELEASE-PROCESS THANKS TODO"
46
49

Return to bug 199412