commit: d38d6b5e7537e6f35ef9b494b7a705d9df6b62c7
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 8 17:37:42 2014 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Jun 8 17:37:42 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=d38d6b5e
ebuild-writing/eapi: Replace REPLACED_BY with REPLACED_BY_VERSION
---
ebuild-writing/eapi/text.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
index 1ee4026..3faab22 100644
--- a/ebuild-writing/eapi/text.xml
+++ b/ebuild-writing/eapi/text.xml
@@ -646,7 +646,7 @@ REQUIRED_USE="|| ( foo bar baz )"
when using it in these phases.
</p>
<p>
- The <c>REPLACED_BY</c> variable contains the single
version
+ The <c>REPLACED_BY_VERSION</c> variable contains the
single version
(<c>PVR</c>) of this package that is replacing us, if
we are being
uninstalled as part of an install, or an empty string
otherwise.
It is valid in <c>pkg_prerm</c> and <c>pkg_postrm</c>.