summaryrefslogtreecommitdiffstats
path: root/man/emerge.1
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-11 21:26:49 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-11 21:30:52 -0700
commit5645c4390128c0a174290d9727195b97a894088e (patch)
tree5563d0cf3180e128fa641fb58568369d650a5d2e /man/emerge.1
parent9f735963c000f0e925b513c5378b2552476c0e8e (diff)
downloadportage-5645c4390128c0a174290d9727195b97a894088e.tar.gz
portage-5645c4390128c0a174290d9727195b97a894088e.tar.bz2
portage-5645c4390128c0a174290d9727195b97a894088e.zip
Add EAPI 5_pre2 with features approved by council
In the 9/11 council meeting, they approved everything in EAPI 5_pre1 except user patches. So, add EAPI 5_pre2 which is identical to EAPI 5_pre1 but with user patches (apply_user_patches) support removed.
Diffstat (limited to 'man/emerge.1')
-rw-r--r--man/emerge.17
1 files changed, 4 insertions, 3 deletions
diff --git a/man/emerge.1 b/man/emerge.1
index 36e346996..679349054 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -1,4 +1,4 @@
-.TH "EMERGE" "1" "Jun 2012" "Portage VERSION" "Portage"
+.TH "EMERGE" "1" "Sep 2012" "Portage VERSION" "Portage"
.SH "NAME"
emerge \- Command\-line interface to the Portage system
.SH "SYNOPSIS"
@@ -490,7 +490,7 @@ Ignore the slot/sub\-slot := operator parts of dependencies that have
been recorded when packages where built. This option is intended
only for debugging purposes, and it only affects built packages
that specify slot/sub\-slot := operator dependencies using the
-experimental "4\-slot\-abi" or "5_pre1" EAPIs.
+experimental "4\-slot\-abi", "5_pre1", or "5_pre2" EAPIs.
.TP
.BR "-j [JOBS], \-\-jobs[=JOBS]"
Specifies the number of packages to build simultaneously. If this option is
@@ -651,7 +651,8 @@ operator dependencies can be satisfied by a newer slot, so that
older packages slots will become eligible for removal by the
\-\-depclean action as soon as possible. This option only
affects packages that specify slot/sub\-slot := dependencies using the
-experimental "4\-slot\-abi" or "5_pre1" EAPIs. Since this option requires
+experimental "4\-slot\-abi", "5_pre1", or "5_pre1" EAPIs
+Since this option requires
checking of reverse dependencies, it enables \-\-complete\-graph
mode whenever a new slot is installed. This option is enabled by
default.