Suppose I've make a package off blender, then I remove the package and run --depclean, this will result in removal of some other packages; quickpkg should support making packages off these packages also automatically, maybe with quickpkg --depclean option. Reproducible: Always Steps to Reproduce:
Maybe --deep would be a good name. It should also support the --with-bdeps option.
:D No actually --with-dep or --with-depclean will be good I guess. The former is short...consider that.
is there a way to pipe a valid dependency list into quickpkg right now?
(In reply to comment #3) > is there a way to pipe a valid dependency list into quickpkg right now? No. However, you could quickpkg all installed packages like this: quickpkg $(portageq match / '' | while read ; do echo =$REPLY ; done)