summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-20 11:01:43 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-20 11:01:43 -0700
commite75364c99827641cd491206acfba4c6587cfcd33 (patch)
tree580bc00958b7baf88bc108e907d414d66fb7fa15 /man
parent8ba939d53e52a88c183a2db95d1e51f04b0d9bb6 (diff)
downloadportage-e75364c99827641cd491206acfba4c6587cfcd33.tar.gz
portage-e75364c99827641cd491206acfba4c6587cfcd33.tar.bz2
portage-e75364c99827641cd491206acfba4c6587cfcd33.zip
Enable official EAPI 5 support.v2.2.0_alpha130
The council has officialy approved EAPI 5 in PMS: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=99c78a51ff4c9737cdd399620072abdc14f8df11
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.52
-rw-r--r--man/emerge.18
2 files changed, 5 insertions, 5 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 338a7653a..22e646841 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -19,7 +19,7 @@ Here's a simple example ebuild:
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI="5"
inherit some_eclass another_eclass
diff --git a/man/emerge.1 b/man/emerge.1
index b3ac37915..f2fb6ccb9 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -493,8 +493,8 @@ Causes \fIEMERGE_DEFAULT_OPTS\fR (see \fBmake.conf\fR(5)) to be ignored.
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_pre2" EAPIs.
+that specify slot/sub\-slot := operator dependencies which are
+supported beginning with \fBEAPI 5\fR.
.TP
.BR "-j [JOBS], \-\-jobs[=JOBS]"
Specifies the number of packages to build simultaneously. If this option is
@@ -659,8 +659,8 @@ Automatically rebuild or reinstall packages when slot/sub\-slot :=
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_pre2" EAPIs.
+affects packages that specify slot/sub\-slot := dependencies
+which are supported beginning with \fBEAPI 5\fR.
Since this option requires
checking of reverse dependencies, it enables \-\-complete\-graph
mode whenever a new slot is installed. This option is enabled by