From db65486df750ba7a674f0cd463bc4b321fb31792 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 18 Jan 2018 20:18:21 +0100 Subject: [PATCH] committing changes in /etc after emerge run Package changes: +sys-devel/llvm-5.0.1 --- .etckeeper | 1 + env.d/10llvm-9994 | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 env.d/10llvm-9994 diff --git a/.etckeeper b/.etckeeper index e4976d3c..c7ef6c81 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1272,6 +1272,7 @@ maybe chmod 0644 'env.d/04gcc-x86_64-pc-linux-gnu' maybe chmod 0644 'env.d/05binutils' maybe chmod 0644 'env.d/09sandbox' maybe chmod 0644 'env.d/10bind' +maybe chmod 0644 'env.d/10llvm-9994' maybe chmod 0644 'env.d/10llvm-9995' maybe chmod 0644 'env.d/10stuffit' maybe chmod 0644 'env.d/20ant' diff --git a/env.d/10llvm-9994 b/env.d/10llvm-9994 new file mode 100644 index 00000000..2f8aa233 --- /dev/null +++ b/env.d/10llvm-9994 @@ -0,0 +1,5 @@ +PATH="/usr/lib/llvm/5/bin" +# we need to duplicate it in ROOTPATH for Portage to respect... +ROOTPATH="/usr/lib/llvm/5/bin" +MANPATH="/usr/lib/llvm/5/share/man" +LDPATH="/usr/lib/llvm/5/lib32:/usr/lib/llvm/5/lib64" -- 2.39.5