Bug 206628 - dev-python/pymsn has an error in RDEPEND
Bug#: 206628 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: coldwind@gentoo.org Reported By: alessandrochirico@gmail.com
Component: Ebuilds
URL: 
Summary: dev-python/pymsn has an error in RDEPEND
Keywords:  
Status Whiteboard: 
Opened: 2008-01-19 11:44 0000
Description:   Opened: 2008-01-19 11:44 0000
in dev-python/pymsn-0.3.{0,1} ebuilds there's a little error in RDEPEND:
RDEPEND="${RDEPEND}"
It should be:
RDEPEND="${DEPEND}"

Otherwise with 'emerge --depclean --with-bdeps n' some needed dependencies will
be uninstalled

Reproducible: Always

Steps to Reproduce:

------- Comment #1 From Santiago M. Mola 2008-01-19 12:04:59 0000 -------
Fixed. Thanks for reporting!

------- Comment #2 From Julien Enche 2008-02-18 21:26:02 0000 -------
There's also an error in DEPEND. pymsn doesn't depend on dev-python/pygtk but
only on dev-python/pygobject.