public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico (zmedico)" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] portage r13247 - main/trunk/pym/_emerge
Date: Sun, 29 Mar 2009 19:32:57 +0000	[thread overview]
Message-ID: <E1Lo0kb-0003OA-VF@stork.gentoo.org> (raw)

Author: zmedico
Date: 2009-03-29 19:32:57 +0000 (Sun, 29 Mar 2009)
New Revision: 13247

Modified:
   main/trunk/pym/_emerge/help.py
Log:
Document --root and --config-root.


Modified: main/trunk/pym/_emerge/help.py
===================================================================
--- main/trunk/pym/_emerge/help.py	2009-03-29 19:26:50 UTC (rev 13246)
+++ main/trunk/pym/_emerge/help.py	2009-03-29 19:32:57 UTC (rev 13247)
@@ -269,6 +269,12 @@
 		for line in wrap(desc, desc_width):
 			print desc_indent + line
 		print
+		print "       "+green("--config-root=DIR")
+		desc = "Set the PORTAGE_CONFIGROOT environment variable " + \
+			"which is documented in the emerge(1) man page."
+		for line in wrap(desc, desc_width):
+			print desc_indent + line
+		print
 		print "       "+green("--debug")+" ("+green("-d")+" short option)"
 		print "              Tell emerge to run the ebuild command in --debug mode. In this"
 		print "              mode, the bash build environment will run with the -x option,"
@@ -419,6 +425,12 @@
 		print "              not trigger reinstallation when flags that the user has not"
 		print "              enabled are added or removed."
 		print
+		print "       "+green("--root=DIR")
+		desc = "Set the ROOT environment variable " + \
+			"which is documented in the emerge(1) man page."
+		for line in wrap(desc, desc_width):
+			print desc_indent + line
+		print
 		print "       "+green("--root-deps")
 		desc = "Install build-time dependencies to ROOT instead of /. This option " + \
 			"should not be enabled under normal circumstances. For currently supported " + \




                 reply	other threads:[~2009-03-29 19:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Lo0kb-0003OA-VF@stork.gentoo.org \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox