From 4394979b7e75387198c4c16e6e54dda428bd7efd Mon Sep 17 00:00:00 2001 From: hasufell Date: Thu, 25 Jun 2015 21:39:16 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- env.d/44qt4-i686-pc-linux-gnu | 1 + env.d/44qt4-x86_64-pc-linux-gnu | 1 + xdg/qtchooser/4.conf | 1 + xdg/qtchooser/default.conf | 1 + xdg/qtchooser/qt4-i686-pc-linux-gnu.conf | 2 ++ xdg/qtchooser/qt4-x86_64-pc-linux-gnu.conf | 2 ++ xdg/qtchooser/qt4.conf | 1 + 7 files changed, 9 insertions(+) create mode 100644 env.d/44qt4-i686-pc-linux-gnu create mode 100644 env.d/44qt4-x86_64-pc-linux-gnu create mode 120000 xdg/qtchooser/4.conf create mode 120000 xdg/qtchooser/default.conf create mode 100644 xdg/qtchooser/qt4-i686-pc-linux-gnu.conf create mode 100644 xdg/qtchooser/qt4-x86_64-pc-linux-gnu.conf create mode 120000 xdg/qtchooser/qt4.conf diff --git a/env.d/44qt4-i686-pc-linux-gnu b/env.d/44qt4-i686-pc-linux-gnu new file mode 100644 index 0000000..1134d0b --- /dev/null +++ b/env.d/44qt4-i686-pc-linux-gnu @@ -0,0 +1 @@ +LDPATH="/usr/lib32/qt4" diff --git a/env.d/44qt4-x86_64-pc-linux-gnu b/env.d/44qt4-x86_64-pc-linux-gnu new file mode 100644 index 0000000..1c58182 --- /dev/null +++ b/env.d/44qt4-x86_64-pc-linux-gnu @@ -0,0 +1 @@ +LDPATH="/usr/lib64/qt4" diff --git a/xdg/qtchooser/4.conf b/xdg/qtchooser/4.conf new file mode 120000 index 0000000..01ac917 --- /dev/null +++ b/xdg/qtchooser/4.conf @@ -0,0 +1 @@ +qt4-x86_64-pc-linux-gnu.conf \ No newline at end of file diff --git a/xdg/qtchooser/default.conf b/xdg/qtchooser/default.conf new file mode 120000 index 0000000..6c162f6 --- /dev/null +++ b/xdg/qtchooser/default.conf @@ -0,0 +1 @@ +qt4.conf \ No newline at end of file diff --git a/xdg/qtchooser/qt4-i686-pc-linux-gnu.conf b/xdg/qtchooser/qt4-i686-pc-linux-gnu.conf new file mode 100644 index 0000000..5016e40 --- /dev/null +++ b/xdg/qtchooser/qt4-i686-pc-linux-gnu.conf @@ -0,0 +1,2 @@ +/usr/lib32/qt4/bin +/usr/lib32/qt4 diff --git a/xdg/qtchooser/qt4-x86_64-pc-linux-gnu.conf b/xdg/qtchooser/qt4-x86_64-pc-linux-gnu.conf new file mode 100644 index 0000000..9675ced --- /dev/null +++ b/xdg/qtchooser/qt4-x86_64-pc-linux-gnu.conf @@ -0,0 +1,2 @@ +/usr/lib64/qt4/bin +/usr/lib64/qt4 diff --git a/xdg/qtchooser/qt4.conf b/xdg/qtchooser/qt4.conf new file mode 120000 index 0000000..01ac917 --- /dev/null +++ b/xdg/qtchooser/qt4.conf @@ -0,0 +1 @@ +qt4-x86_64-pc-linux-gnu.conf \ No newline at end of file