Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 336333 - emerge --dep no longer usable in portage 2.2. rc 77
Summary: emerge --dep no longer usable in portage 2.2. rc 77
Status: RESOLVED DUPLICATE of bug 334721
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-07 09:38 UTC by Stefan Radermacher
Modified: 2010-09-07 15:18 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 Stefan Radermacher 2010-09-07 09:38:29 UTC
In previous versions of portage, it was possible to use "emerge --dep" as a shortcut for "emerge --depclean". Now, this commans produces this error:

emerge: error: ambiguous option: --dep (--depclean, --depclean-lib-check?)

However, no option --depclean-lib-check seems to exist, calling portage with this option just brings up the usage.

Reproducible: Always

Steps to Reproduce:
1. emerge --dep -p
2. emerge --depclean-lib-check


Actual Results:  
1. emerge: error: ambiguous option: --dep (--depclean, --depclean-lib-check?)
2. emerge usage displayed

Expected Results:  
1. should run emerge --depclean -p
2. ?
Comment 1 Zac Medico gentoo-dev 2010-09-07 15:18:16 UTC
The --depclean-lib-check option exists but it doesn't do anything by itself. See `man emerge`. Note that -c is short for --depclean now.

*** This bug has been marked as a duplicate of bug 334721 ***