From 4f484cf85cc0de222abe4ca2a1e486033453e3f1 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Sun, 27 Nov 2016 19:12:17 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- csh.env | 1 + env.d/65python-docs | 1 + profile.env | 1 + 3 files changed, 3 insertions(+) create mode 100644 env.d/65python-docs diff --git a/csh.env b/csh.env index 93c6a21e..7c84698c 100644 --- a/csh.env +++ b/csh.env @@ -34,6 +34,7 @@ setenv OPENGL_PROFILE 'xorg-x11' setenv PAGER '/usr/bin/less' setenv PATH '/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3:/usr/lib64/subversion/bin:/usr/games/bin' setenv PRELINK_PATH_MASK '/usr/bin/evolution:/opt/bin/skype' +setenv PYTHONDOCS '/usr/share/doc/python-docs-2.7.10/html/library' setenv PYTHONDOCS_2_7 '/usr/share/doc/python-docs-2.7.10/html/library' setenv QT_GRAPHICSSYSTEM 'raster' setenv QT_PLUGIN_PATH '/usr/lib64/kde4/plugins' diff --git a/env.d/65python-docs b/env.d/65python-docs new file mode 100644 index 00000000..6dd8002b --- /dev/null +++ b/env.d/65python-docs @@ -0,0 +1 @@ +PYTHONDOCS="/usr/share/doc/python-docs-2.7.10/html/library" diff --git a/profile.env b/profile.env index 6b6bd4e8..7563e7a6 100644 --- a/profile.env +++ b/profile.env @@ -34,6 +34,7 @@ export OPENGL_PROFILE='xorg-x11' export PAGER='/usr/bin/less' export PATH='/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.3:/usr/lib64/subversion/bin:/usr/games/bin' export PRELINK_PATH_MASK='/usr/bin/evolution:/opt/bin/skype' +export PYTHONDOCS='/usr/share/doc/python-docs-2.7.10/html/library' export PYTHONDOCS_2_7='/usr/share/doc/python-docs-2.7.10/html/library' export QT_GRAPHICSSYSTEM='raster' export QT_PLUGIN_PATH='/usr/lib64/kde4/plugins' -- 2.39.5