summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-10-10 01:44:14 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-10-10 01:44:38 +0200
commit8863c60796c3e6e5c4434a4669f50bc22368e23b (patch)
tree2457faabef314d0cbfd53e3dfc70e30ac3e428b8 /sci-electronics/klayout/klayout-9999.ebuild
parentnet-misc/unison: x86 stable (bug #626304) (diff)
downloadgentoo-8863c60796c3e6e5c4434a4669f50bc22368e23b.tar.gz
gentoo-8863c60796c3e6e5c4434a4669f50bc22368e23b.tar.bz2
gentoo-8863c60796c3e6e5c4434a4669f50bc22368e23b.zip
sci-electronics/klayout: Fix libdir. It helps to be awake when coding. Bug 633898.
Closes: https://bugs.gentoo.org/633898 Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'sci-electronics/klayout/klayout-9999.ebuild')
-rw-r--r--sci-electronics/klayout/klayout-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-electronics/klayout/klayout-9999.ebuild b/sci-electronics/klayout/klayout-9999.ebuild
index d6a39fafedfe..ad17c9f8d608 100644
--- a/sci-electronics/klayout/klayout-9999.ebuild
+++ b/sci-electronics/klayout/klayout-9999.ebuild
@@ -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 . \