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

Bug 6998

Summary: dev-db/edb shouldnt require GTK
Product: Gentoo Linux Reporter: SpanKY <vapier>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal CC: kevin
Priority: High    
Version: 1.2   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description SpanKY gentoo-dev 2002-08-25 01:43:40 UTC
so i wanted to install net-p2p/dchub onto a server of mine
root@rux0r edb-1.0.3 # emerge dchub -p

These are the packages that I would merge, in order.

Calculating dependencies ...done!
[ebuild  N   ] x11-base/xfree-4.2.0-r12 to /
[ebuild  N   ] x11-libs/gtk+-1.2.10-r8 to /
[ebuild  N   ] dev-db/edb-1.0.3 to /
[ebuild  N   ] net-p2p/dchub-0.1.1 to /

umm ... i cant say i really want X on my server ...

root@rux0r root # emerge edb --no-deps
<works just dandy>
root@rux0r root # emerge dchub
<works just fine>
root@rux0r root # dchub <options>
<works just fine>

fix in the RDEPEND variable for edb-1.0.3.ebuild:
gtk? ( =x11-libs/gtk+-1.2* )"
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-08-26 16:17:53 UTC
committed