summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-14 11:10:40 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-14 11:10:40 -0700
commit0cced1bd17ce277604b47717cc00ae2f13bdc5f6 (patch)
tree2e5e3f5f8ae9baae601440138167806883930371
parent7fdef103bb0ece06310d322456bb138f935bfbd0 (diff)
downloadportage-0cced1bd17ce277604b47717cc00ae2f13bdc5f6.tar.gz
portage-0cced1bd17ce277604b47717cc00ae2f13bdc5f6.tar.bz2
portage-0cced1bd17ce277604b47717cc00ae2f13bdc5f6.zip
portage.5: remove {un,}set_unless_changed docs
These functions were removed in commit 25a5296f29bc7153fa29e2dfe8de9d08d40d9944.
-rw-r--r--man/portage.513
1 files changed, 0 insertions, 13 deletions
diff --git a/man/portage.5 b/man/portage.5
index 49f8dcda0..173e32679 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -742,19 +742,6 @@ such as \fBFEATURES\fR and \fBINSTALL_MASK\fR will not produce the intended
results if they are set in bashrc, and therefore
\fB/etc/portage/package.env\fR should be used instead.
-set_unless_changed and unset_unless_changed functions can be used to set or
-unset given variables only if these variable have not been set to values
-different than values set in make.conf. This functionality can be useful for
-temporary overriding of these variables during emerge invocation. Variables
-set without using set_unless_changed will unconditionally override variables
-set during emerge invocation.
-
-.I Syntax:
-.nf
-set_unless_changed VARIABLE=VALUE
-unset_unless_changed VALUE
-.fi
-
Portage will source all of these bashrc files after \fB/etc/portage/bashrc\fR
in the following order:
.nr step 1 1