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

(-)rrdtool-1.2.23.ebuild (-1 / +4 lines)
Lines 11-17 Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
14
IUSE="doc perl python rrdcgi tcl uclibc"
14
IUSE="doc perl python rrdcgi ruby tcl uclibc"
15
15
16
RDEPEND="tcl? ( dev-lang/tcl )
16
RDEPEND="tcl? ( dev-lang/tcl )
17
	>=sys-libs/zlib-1.2.1
17
	>=sys-libs/zlib-1.2.1
Lines 23-28 Link Here
23
DEPEND="${RDEPEND}
23
DEPEND="${RDEPEND}
24
	perl? ( dev-lang/perl )
24
	perl? ( dev-lang/perl )
25
	python? ( dev-lang/python )
25
	python? ( dev-lang/python )
26
	ruby? ( dev-lang/ruby )
26
	sys-apps/gawk"
27
	sys-apps/gawk"
27
28
28
TCLVER=""
29
TCLVER=""
Lines 49-54 Link Here
49
50
50
	use python || myconf="${myconf} --disable-python"
51
	use python || myconf="${myconf} --disable-python"
51
52
53
	use ruby || myconf="${myconf} --disable-ruby"
54
52
	if use tcl ; then
55
	if use tcl ; then
53
		myconf="${myconf} --with-tcllib=/usr/$(get_libdir)"
56
		myconf="${myconf} --with-tcllib=/usr/$(get_libdir)"
54
	else
57
	else

Return to bug 177256