From: Frank Brehm Date: Thu, 18 Jan 2018 19:18:21 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=db65486df750ba7a674f0cd463bc4b321fb31792;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +sys-devel/llvm-5.0.1 --- 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"