Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6998 - dev-db/edb shouldnt require GTK
Summary: dev-db/edb shouldnt require GTK
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-25 01:43 UTC by SpanKY
Modified: 2002-08-26 16:17 UTC (History)
1 user (show)

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 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