--- cacti-0.8.6f-r1.ebuild.orig 2005-09-09 00:36:40.000000000 +0200 +++ cacti-0.8.6f-r1.ebuild 2005-09-09 09:06:29.000000000 +0200 @@ -26,8 +26,8 @@ net-analyzer/rrdtool dev-db/mysql virtual/cron - dev-php/php - dev-php/mod_php" + virtual/php + virtual/httpd-php" src_unpack() { unpack ${P}.tar.gz @@ -38,10 +38,10 @@ pkg_setup() { webapp_pkg_setup - built_with_use dev-php/php mysql || \ - die "dev-php/php must be compiled with USE=mysql" - built_with_use dev-php/mod_php mysql || \ - die "dev-php/mod_php must be compiled with USE=mysql" + built_with_use virtual/php mysql || \ + die "php cli sapi must be compiled with USE=mysql" + built_with_use virtual/httpd-php mysql || \ + die "php apache/cgi sapi must be compiled with USE=mysql" } src_compile() {