Bug 122995 - dev-libs/libical has wrong RDEPENDs
Bug#: 122995 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: s4t4n@gentoo.org Reported By: flameeyes@gentoo.org
Component: Ebuilds
URL: 
Summary: dev-libs/libical has wrong RDEPENDs
Keywords:  
Status Whiteboard: 
Opened: 2006-02-16 01:47 0000
Description:   Opened: 2006-02-16 01:47 0000
Currently libical only sets DEPEND variable, but then RDEPEND is set to the
same value of DEPEND because it's not set at all.
Because of that, currently libical depends at runtime on flex and bison parser,
and on perl, while it shouldn't.

Just setting RDEPEND="" solves the issue.

Thanks,
Diego

------- Comment #1 From Michele Noberasco 2006-02-16 02:00:01 0000 -------
Let me see...

------- Comment #2 From Michele Noberasco 2006-02-16 02:07:16 0000 -------
Fixed. Thanks for pointing that out...