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

(-)a/dev-libs/libical/libical-3.0.6.ebuild (-6 / +3 lines)
Lines 21-41 BDEPEND=" Link Here
21
	dev-lang/perl
21
	dev-lang/perl
22
	virtual/pkgconfig
22
	virtual/pkgconfig
23
	doc? ( app-doc/doxygen )
23
	doc? ( app-doc/doxygen )
24
	introspection? ( dev-libs/gobject-introspection )
24
	test? ( ${PYTHON_DEPS} )
25
	test? ( ${PYTHON_DEPS} )
25
	vala? ( $(vala_depend) )
26
	vala? ( $(vala_depend) )
26
"
27
"
27
DEPEND="
28
DEPEND="
28
	dev-libs/icu:=
29
	dev-libs/icu:=
29
	berkdb? ( sys-libs/db:= )
30
	berkdb? ( sys-libs/db:= )
30
	introspection? (
31
	introspection? ( dev-libs/glib:2 )
31
		dev-libs/glib:2
32
		dev-libs/gobject-introspection:=
33
		dev-libs/libxml2:2
34
	)
35
"
32
"
36
RDEPEND="${DEPEND}
33
RDEPEND="${DEPEND}
37
	sys-libs/timezone-data
34
	sys-libs/timezone-data
38
"
35
"
36
DEPEND+=" introspection? ( dev-libs/libxml2:2 )"
39
37
40
DOCS=(
38
DOCS=(
41
	AUTHORS ReadMe.txt ReleaseNotes.txt TEST THANKS TODO
39
	AUTHORS ReadMe.txt ReleaseNotes.txt TEST THANKS TODO
42
- 

Return to bug 695376