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

(-)/usr/portage/net-analyzer/rrdtool/rrdtool-1.4.7-r1.ebuild (-2 / +2 lines)
Lines 18-24 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 static-libs tcl tcpd"
22
22
23
# This versions are minimal versions upstream tested with.
23
# This versions are minimal versions upstream tested with.
24
RDEPEND="
24
RDEPEND="
Lines 81-87 Link Here
81
	fi
81
	fi
82
82
83
	econf \
83
	econf \
84
		--disable-static \
84
		$(use_enable static-libs static) \
85
		$(use_enable rrdcgi) \
85
		$(use_enable rrdcgi) \
86
		$(use_enable lua) \
86
		$(use_enable lua) \
87
		$(use_enable lua lua-site-install) \
87
		$(use_enable lua lua-site-install) \

Return to bug 460348