Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 102827 | Differences between
and this patch

Collapse All | Expand All

(-)cacti-0.8.6f-r1.ebuild.orig (-6 / +6 lines)
Lines 26-33 Link Here
26
	net-analyzer/rrdtool
26
	net-analyzer/rrdtool
27
	dev-db/mysql
27
	dev-db/mysql
28
	virtual/cron
28
	virtual/cron
29
	dev-php/php
29
	virtual/php
30
	dev-php/mod_php"
30
	virtual/httpd-php"
31
31
32
src_unpack() {
32
src_unpack() {
33
	unpack ${P}.tar.gz
33
	unpack ${P}.tar.gz
Lines 38-47 Link Here
38
38
39
pkg_setup() {
39
pkg_setup() {
40
	webapp_pkg_setup
40
	webapp_pkg_setup
41
	built_with_use dev-php/php mysql || \
41
	built_with_use virtual/php mysql || \
42
		die "dev-php/php must be compiled with USE=mysql"
42
		die "php cli sapi must be compiled with USE=mysql"
43
	built_with_use dev-php/mod_php mysql || \
43
	built_with_use virtual/httpd-php mysql || \
44
		die "dev-php/mod_php must be compiled with USE=mysql"
44
		die "php apache/cgi sapi must be compiled with USE=mysql"
45
}
45
}
46
46
47
src_compile() {
47
src_compile() {

Return to bug 102827