sci-electronics/klayout: Fix libdir. It helps to be awake when coding. Bug 633898.
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 9 Oct 2017 23:44:14 +0000 (01:44 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 9 Oct 2017 23:44:38 +0000 (01:44 +0200)
Closes: https://bugs.gentoo.org/633898
Package-Manager: Portage-2.3.11, Repoman-2.3.3

sci-electronics/klayout/klayout-0.24.10.ebuild
sci-electronics/klayout/klayout-9999.ebuild

index 5f3954deb3838777c2219bd921246e89ff4ef3a5..f4dfd05c1ec80a2aaef9950badb3c0abd9e29d0f 100644 (file)
@@ -41,9 +41,9 @@ each_ruby_configure() {
                -platform linux-gentoo \
                -bin bin \
                -ruby ${RUBY} \
-               -qtbin /usr/lib64/qt4/bin \
+               -qtbin "/usr/$(get_libdir)/qt4/bin" \
                -qtinc /usr/include/qt4 \
-               -qtlib /usr/$(get_libdir)/qt4 || die "Configuration failed"
+               -qtlib "/usr/$(get_libdir)/qt4" || die "Configuration failed"
 }
 
 each_ruby_compile() {
index d6a39fafedfe58e6ba3ab9f95e9cd3dffe323b33..ad17c9f8d6080b3d615249fff21355e09f3f8725 100644 (file)
@@ -48,7 +48,7 @@ each_ruby_configure() {
        ./build.sh \
                -expert \
                -dry-run \
-               -qmake /usr/lib64/qt5/bin/qmake \
+               -qmake "/usr/$(get_libdir)/qt5/bin/qmake" \
                -ruby "${RUBY}" \
                -python "${PYTHON}" \
                -build . \