Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46335 - Cannont build edje-0.0.1.20040327
Summary: Cannont build edje-0.0.1.20040327
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-31 02:27 UTC by Bjørn Magnus Mathisen
Modified: 2004-04-01 16:26 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 Bjørn Magnus Mathisen 2004-03-31 02:27:47 UTC
Configure fails when it doesnt find Embryo(.h)...

Reproducible: Always
Steps to Reproduce:
1.unmerge embryo
2.emerge edje-0.0.1.20040327


Actual Results:  
configure stops after not finding embryo

Expected Results:  
the edje ebuild should include a dependency for embryo...

i think this patch should work:
--- edje-0.0.1.20040327.ebuild  2004-03-31 03:13:04.000000000 +0200
+++ edje-0.0.1.20040327.ebuild  2004-03-31 12:25:54.698301880 +0200
@@ -10,4 +10,5 @@
 DEPEND=">=dev-libs/eet-0.9.0.20040117
        >=x11-libs/evas-1.0.0.20040228_pre12
        >=media-libs/imlib2-1.1.0
-       >=x11-libs/ecore-1.0.0.20031018_pre4"
+       >=x11-libs/ecore-1.0.0.20031018_pre4
+       >=dev-libs/embryo-0.0.1.20040327"


tell me if it doesnt
Comment 1 SpanKY gentoo-dev 2004-04-01 16:26:21 UTC
hrm that fix must have been lost before i added to cvs, sorry about that