-----------------------------
- pmerge is a bit more informative when there is nothing to merge,
and doesn't ask if in --ask if the users wishes to proceed.
Thanks to DJ Anderson for pointing out this oversight.
- ensure unicode for pquery --attr longdescription w/in pquery; via this
it leaves the unicode question to the formatter, instead of down converting
earlier.
- fix a mismatch between src ebuilds and binpkgs for _eclasses_ when
doing pquery --attr inherited. Bit of a hack, but it'll suffice.
- pquery --attr all and --attr allmetadata was added. 'all' gets you
all known attrs (environment, contents, etc); bit heavy but useful if
you need to see it all. 'allmetadata' gets you the key/val pairs for
this host- fetchables, depends, slotting, eapi, repo, cbuild/chost, etc,
but no environment/contents.
- fix cycle detection for dev-util/git; specifically there is a cycle on
virtual/perl-Module-Built which can be ignored since that chain of deps
are pulled in via post_rdepends.
- make gid/mode configurable for filelist pkgsets; this fixes 4 failures
for when the tests are ran and the user isn't a member of portage.
- fix a cornercase in fs.livefs.intersect where intersecting a file/dir
would trigger a traceback.
- fix a corner case where the world file isn't updated if the world file
is empty.
- fix a deprecation warning under 2.6 caused by an impedence between
native_PackageRestriction and the cpy version for __init__ invocation.
- fix gentoo bug 216492, a change in libsandbox behaviour- specifically
libsandbox for >=1.3 is now appending libsandbox.so while failing to
spot it already existing in LD_PRELOAD; pkgcore tests were written a bit
strict thus were spotting this. Loosen the test, and fix the case where
a different preload is used in conjunction w/ sandbox.
-----------------------------