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

Bug 34589

Summary: net-www/cherokee broken DEPEND
Product: Gentoo Linux Reporter: Spider (RETIRED) <spider>
Component: [OLD] UnspecifiedAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.4   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 34553    

Description Spider (RETIRED) gentoo-dev 2003-11-27 19:20:53 UTC
gnome? ( >=dev-libs/glib-2.2.2 >=gnome-base/ORBit2-2.6.1 >=gnome-base/bonobo-act
ivation-2.2.2 >=gnome-base/gnome-vfs-2.2.4 >=net-libs/linc-1.0.2 )


This is wrong.  bonobo-activation is deprecated and old. linc too, and neither should have been used here in either case.  isn't the gnome-vfs check enough?
Comment 1 Spider (RETIRED) gentoo-dev 2003-12-06 10:51:41 UTC
No reply from web-apps, Got annoyed and fixed it myself.

DEPEND=">=sys-devel/automake-1.7.5
    ${RDEPEND}"
                                                                                                 
RDEPEND="virtual/glibc
    >=sys-libs/zlib-1.1.4-r1
    gnome? ( >=dev-libs/glib-2.2.2
        >=gnome-base/ORBit2-2.6.1
        >=gnome-base/gnome-vfs-2.2.4 )"
Comment 2 Spider (RETIRED) gentoo-dev 2003-12-06 10:53:57 UTC
and closing, in cvs now.