Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 348355

Summary: net-analyzer/base is still looking for php5 and php5.x
Product: Gentoo Linux Reporter: Han Boetes <hboetes>
Component: Current packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED CANTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Han Boetes 2010-12-10 11:54:04 UTC
net-analyzer/base is still looking for php5 and php5.x

Reproducible: Always




Please apply this patch:

/usr/portage/net-analyzer/base# diff -u base-1.4.1-r1.ebuild base-1.4.1-r2.ebuild 
--- base-1.4.1-r1.ebuild        2010-09-16 13:36:36.000000000 +0200
+++ base-1.4.1-r2.ebuild        2010-12-10 12:40:21.962650902 +0100
@@ -28,7 +28,7 @@
 
 DEPEND=">=sys-libs/zlib-1.2.1-r3"
 RDEPEND="${DEPEND}
-       dev-lang/php:5[session,mssql?,mysql?,postgres?]
+       dev-lang/php:5.2[session,mssql?,mysql?,postgres?]
        gd? ( || ( dev-lang/php[gd] dev-lang/php[gd-external] ) )
        dev-lang/php
        dev-php/adodb
Comment 1 Agostino Sarubbo gentoo-dev 2011-10-11 19:31:05 UTC
The ebuild is not any more in tree, close as CANTFIX