From: Frank Brehm Date: Thu, 28 Dec 2017 06:23:41 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=99d75d7bca003e57a1d180d91cfbe3a23e9566df;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +sys-devel/llvm-4.0.1-r1 --- diff --git a/.etckeeper b/.etckeeper index 396f450a..e4e9c788 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1270,6 +1270,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-9995' maybe chmod 0644 'env.d/10stuffit' maybe chmod 0644 'env.d/20ant' maybe chmod 0644 'env.d/20java-config' diff --git a/env.d/10llvm-9995 b/env.d/10llvm-9995 new file mode 100644 index 00000000..ccf84e03 --- /dev/null +++ b/env.d/10llvm-9995 @@ -0,0 +1,5 @@ +PATH="/usr/lib/llvm/4/bin" +# we need to duplicate it in ROOTPATH for Portage to respect... +ROOTPATH="/usr/lib/llvm/4/bin" +MANPATH="/usr/lib/llvm/4/share/man" +LDPATH="/usr/lib/llvm/4/lib32:/usr/lib/llvm/4/lib64"