summaryrefslogtreecommitdiffstats
path: root/pym/portage/const.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 95ea76cb9..b017bcf75 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -66,6 +66,9 @@ BASH_BINARY = "/bin/bash"
MOVE_BINARY = "/bin/mv"
PRELINK_BINARY = "/usr/sbin/prelink"
+PORTAGE_GROUPNAME = os.environ.get("PORTAGE_GROUPNAME", 'portage')
+PORTAGE_USERNAME = os.environ.get("PORTAGE_USERNAME", 'portage')
+
INVALID_ENV_FILE = "/etc/spork/is/not/valid/profile.env"
REPO_NAME_FILE = "repo_name"
REPO_NAME_LOC = "profiles" + "/" + REPO_NAME_FILE