diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-10-07 20:05:20 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-10-07 20:05:20 -0700 |
commit | d2d2f43ca1908b2827790bf3e844a0d90f13fede (patch) | |
tree | 93ab80e7172f062173320e60719d4c8132e22846 | |
parent | c6f7933f0f3aa4b92540fbdbe7135391c2dba246 (diff) | |
download | portage-d2d2f43ca1908b2827790bf3e844a0d90f13fede.tar.gz portage-d2d2f43ca1908b2827790bf3e844a0d90f13fede.tar.bz2 portage-d2d2f43ca1908b2827790bf3e844a0d90f13fede.zip |
Add news about USE=ipc.
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -7,6 +7,15 @@ portage-2.2 in order to protect against uninstallation of required libraries. * Add support for generic package sets (also see RELEASE-NOTES) +portage-2.1.9 +------------- + +* There is a new ipc (inter-process communication) USE flag which is enabled + by default. This allows portage to communicate with running ebuild processes, + for things like best_version, has_version, and die calls in nested processes. + This flag should remain enabled unless it is found to be incompatible with a + specific profile or environment. + portage-2.1.8 ------------- * The top-level __init__.py for the portage python package has been split into |