From: Frank Brehm Date: Wed, 14 Mar 2018 17:24:52 +0000 (+0100) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=9415e89344c192404baced8cae04bff77e88a6a8;p=config%2Fbruni%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index 4069f0cc..20ecaa2c 100755 --- a/.etckeeper +++ b/.etckeeper @@ -1285,6 +1285,7 @@ maybe chmod 0644 'env.d/50chrome-gnome-shell' maybe chmod 0644 'env.d/50gconf' maybe chmod 0644 'env.d/50ncurses' maybe chmod 0644 'env.d/50rust-1.19.0' +maybe chmod 0644 'env.d/50rust-1.23.0' maybe chmod 0644 'env.d/51dconf' maybe chmod 0644 'env.d/60ladspa' maybe chmod 0644 'env.d/60python-docs-2.7' @@ -1330,6 +1331,7 @@ maybe chmod 0644 'env.d/python/config' maybe chmod 0755 'env.d/rust' maybe chmod 0644 'env.d/rust/last-set' maybe chmod 0644 'env.d/rust/provider-rust-1.19.0' +maybe chmod 0644 'env.d/rust/provider-rust-1.23.0' maybe chmod 0644 'environment' maybe chmod 0755 'eselect' maybe chmod 0755 'eselect/boost' diff --git a/env.d/50rust-1.23.0 b/env.d/50rust-1.23.0 new file mode 100644 index 00000000..bd57afc2 --- /dev/null +++ b/env.d/50rust-1.23.0 @@ -0,0 +1,2 @@ +LDPATH="/usr/lib64/rust-1.23.0" +MANPATH="/usr/share/rust-1.23.0/man" diff --git a/env.d/rust/provider-rust-1.23.0 b/env.d/rust/provider-rust-1.23.0 new file mode 100644 index 00000000..789be024 --- /dev/null +++ b/env.d/rust/provider-rust-1.23.0 @@ -0,0 +1,3 @@ +/usr/bin/rustdoc +/usr/bin/rust-gdb +/usr/bin/rust-lldb