aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2016-02-21 16:51:07 -0500
committerTim Harder <radhermit@gmail.com>2016-02-21 16:51:07 -0500
commited578ecb08fe18059f63b181e8e59c61ac4f9771 (patch)
treef9e8094ddc312cd4c484eeae58fa98f1e82f69e9
parentpquery: add initial --size support (diff)
downloadpkgcore-ed578ecb08fe18059f63b181e8e59c61ac4f9771.tar.gz
pkgcore-ed578ecb08fe18059f63b181e8e59c61ac4f9771.tar.bz2
pkgcore-ed578ecb08fe18059f63b181e8e59c61ac4f9771.zip
doc: minor grammar/wording fix
-rw-r--r--doc/dev-notes/portage-differences.rst17
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/dev-notes/portage-differences.rst b/doc/dev-notes/portage-differences.rst
index 886c924d8..14a1dad2e 100644
--- a/doc/dev-notes/portage-differences.rst
+++ b/doc/dev-notes/portage-differences.rst
@@ -32,15 +32,14 @@ machine.
the env on each phase change), pkgcore does it fully. As such, pkgcore is
capable of glep33, while portage is not (env fixes are the basis of glep33).
-- ebuild.sh is daemonized into a daemon (ebd). The upshot of this is that regen
- is roughly 2x faster (careful reuse of ebd instances rather then forcing bash
- to spawn all over). Additional upshot of this is that their are
- bidirectional communication pipes between ebd and the python parent- env
- inspection, logging, passing requests up to the python side
- (has_version/best_version for example) are now handled within the existing
- processes. Design of it from the python side is that of an extensible event
- handler, as such it's extremely easy to add new commands in, or special case
- certain things.
+- ebuild.sh has been daemonized (ebd). The upshot of this is that regen is
+ roughly 2x faster (careful reuse of ebd instances rather then forcing bash to
+ spawn all over). Additional upshot of this is that their are bidirectional
+ communication pipes between ebd and the python parent- env inspection,
+ logging, passing requests up to the python side (has_version/best_version for
+ example) are now handled within the existing processes. Design of it from
+ the python side is that of an extensible event handler, as such it's
+ extremely easy to add new commands in, or special case certain things.
- The ebd now protects itself from basic fiddling. Ebuild generated state
**must** work as long as the EAPI is the same, regardless of the generating