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

(-)net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild (-4 / +7 lines)
Lines 18-32 SRC_URI="http://oss.oetiker.ch/rrdtool/p Link Here
18
LICENSE="GPL-2"
18
LICENSE="GPL-2"
19
SLOT="0"
19
SLOT="0"
20
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris"
20
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x86-solaris"
21
IUSE="dbi doc lua perl python ruby rrdcgi tcl tcpd"
21
IUSE="dbi doc lua perl python ruby rrdcgi tcl tcpd +graph"
22
22
23
# This versions are minimal versions upstream tested with.
23
# This versions are minimal versions upstream tested with.
24
RDEPEND="
24
RDEPEND="
25
	>=media-libs/libpng-1.5.10
26
	>=dev-libs/libxml2-2.7.8
25
	>=dev-libs/libxml2-2.7.8
27
	>=x11-libs/cairo-1.10.2[svg]
26
	graph? (
27
		>=media-libs/libpng-1.5.10
28
		>=x11-libs/cairo-1.10.2[svg]
29
		>=x11-libs/pango-1.28
30
	)
28
	>=dev-libs/glib-2.28.7
31
	>=dev-libs/glib-2.28.7
29
	>=x11-libs/pango-1.28
30
	lua? ( dev-lang/lua[deprecated] )
32
	lua? ( dev-lang/lua[deprecated] )
31
	perl? ( dev-lang/perl )
33
	perl? ( dev-lang/perl )
32
	ruby? ( >=dev-lang/ruby-1.8.6_p287-r13 )
34
	ruby? ( >=dev-lang/ruby-1.8.6_p287-r13 )
Lines 83-88 src_configure() { Link Here
83
	econf \
85
	econf \
84
		--disable-static \
86
		--disable-static \
85
		$(use_enable rrdcgi) \
87
		$(use_enable rrdcgi) \
88
		$(use_enable graph rrd_graph) \
86
		$(use_enable lua) \
89
		$(use_enable lua) \
87
		$(use_enable lua lua-site-install) \
90
		$(use_enable lua lua-site-install) \
88
		$(use_enable ruby) \
91
		$(use_enable ruby) \

Return to bug 459472