summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-13 22:56:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-14 00:18:41 +0100
commit5a2580630d7da08361bca09e86df2c2664c2f605 (patch)
treebde3d6b22dcbcb341242972fbe3e23ca7ecf852a /app-office
parentapp-office/libreoffice: Switch src_configure to myeconfargs array (diff)
downloadgentoo-5a2580630d7da08361bca09e86df2c2664c2f605.tar.gz
gentoo-5a2580630d7da08361bca09e86df2c2664c2f605.tar.bz2
gentoo-5a2580630d7da08361bca09e86df2c2664c2f605.zip
app-office/libreoffice: Use $(get_libdir) instead of hardcoded
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'app-office')
-rw-r--r--app-office/libreoffice/libreoffice-5.4.9999.ebuild2
-rw-r--r--app-office/libreoffice/libreoffice-6.0.9999.ebuild2
-rw-r--r--app-office/libreoffice/libreoffice-9999.ebuild2
3 files changed, 3 insertions, 3 deletions
diff --git a/app-office/libreoffice/libreoffice-5.4.9999.ebuild b/app-office/libreoffice/libreoffice-5.4.9999.ebuild
index 542f04bac545..f9f51d5951b9 100644
--- a/app-office/libreoffice/libreoffice-5.4.9999.ebuild
+++ b/app-office/libreoffice/libreoffice-5.4.9999.ebuild
@@ -475,7 +475,7 @@ src_configure() {
--without-system-hsqldb
--with-ant-home="${ANT_HOME}"
--with-jdk-home=$(java-config --jdk-home 2>/dev/null)
- --with-jvm-path="${EPREFIX}/usr/lib/"
+ --with-jvm-path="${EPREFIX}/usr/$(get_libdir)/"
)
use libreoffice_extensions_scripting-beanshell && \
diff --git a/app-office/libreoffice/libreoffice-6.0.9999.ebuild b/app-office/libreoffice/libreoffice-6.0.9999.ebuild
index 6422eb9c9f8c..46cbbf6aec29 100644
--- a/app-office/libreoffice/libreoffice-6.0.9999.ebuild
+++ b/app-office/libreoffice/libreoffice-6.0.9999.ebuild
@@ -476,7 +476,7 @@ src_configure() {
--without-system-hsqldb
--with-ant-home="${ANT_HOME}"
--with-jdk-home=$(java-config --jdk-home 2>/dev/null)
- --with-jvm-path="${EPREFIX}/usr/lib/"
+ --with-jvm-path="${EPREFIX}/usr/$(get_libdir)/"
)
use libreoffice_extensions_scripting-beanshell && \
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild
index 6422eb9c9f8c..46cbbf6aec29 100644
--- a/app-office/libreoffice/libreoffice-9999.ebuild
+++ b/app-office/libreoffice/libreoffice-9999.ebuild
@@ -476,7 +476,7 @@ src_configure() {
--without-system-hsqldb
--with-ant-home="${ANT_HOME}"
--with-jdk-home=$(java-config --jdk-home 2>/dev/null)
- --with-jvm-path="${EPREFIX}/usr/lib/"
+ --with-jvm-path="${EPREFIX}/usr/$(get_libdir)/"
)
use libreoffice_extensions_scripting-beanshell && \