Bug 6998 - dev-db/edb shouldnt require GTK
Bug#: 6998 Product:  Gentoo Linux Version: 1.2 Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: bug-wranglers@gentoo.org Reported By: vapier@gentoo.org
Component: Ebuilds
URL: 
Summary: dev-db/edb shouldnt require GTK
Keywords:  
Status Whiteboard: 
Opened: 2002-08-25 01:43 0000
Description:   Opened: 2002-08-25 01:43 0000
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 From Ryan Phillips (RETIRED) 2002-08-26 16:17:53 0000 -------
committed