| 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:
Fixed. Thanks for reporting!
There's also an error in DEPEND. pymsn doesn't depend on dev-python/pygtk but only on dev-python/pygobject.