Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34589 - net-www/cherokee broken DEPEND
Summary: net-www/cherokee broken DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 34553
  Show dependency tree
 
Reported: 2003-11-27 19:20 UTC by Spider (RETIRED)
Modified: 2003-12-07 08:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.