Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81664 - kdeaddons-3.4.0_beta2.ebuild - wrong reference to sys-lib/db
Summary: kdeaddons-3.4.0_beta2.ebuild - wrong reference to sys-lib/db
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-11 14:08 UTC by Gael Beaudoin
Modified: 2005-02-11 15:44 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 Gael Beaudoin 2005-02-11 14:08:36 UTC
A tiny bug in kdeaddons-3.4.0_beta2.ebuild :

line 18, there is : "berkdb? ( =sys-lib/db-4.2* )"
It sould be "berkdb? ( =sys-libs/db-4.2* )"

Voila ! :)

Reproducible: Always
Steps to Reproduce:
1.emerge kdeaddons
2.
3.

Actual Results:  
localhost cdrw # emerge kdeaddons -pv

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

Calculating dependencies |
emerge: there are no ebuilds to satisfy "=sys-lib/db-4.2*".


Expected Results:  
localhost cdrw # emerge kdeaddons -pv

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

Calculating dependencies ...done!
[ebuild     U ] kde-base/kdeaddons-3.4.0_beta2 [3.4.0_beta1] +arts +berkdb
-debug -kdeenablefinal +sdl -xinerama -xmms 1,524 kB
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2005-02-11 15:09:33 UTC
yup, same result here.
I'm overlaying it as temporary solution :-)
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-11 15:44:35 UTC
thanks, in cvs :)