summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-05 01:33:02 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-05 01:34:28 +0100
commit27a83a252dcdf19df21da8a2ed842a9212120f48 (patch)
tree9e81bd9e724ab42d18a67ad173008f3ac118457e
parentapp-office/libreoffice: Fix build w/ USE=pdfimport and poppler-0.62 (diff)
downloadgentoo-27a83a252dcdf19df21da8a2ed842a9212120f48.tar.gz
gentoo-27a83a252dcdf19df21da8a2ed842a9212120f48.tar.bz2
gentoo-27a83a252dcdf19df21da8a2ed842a9212120f48.zip
app-office/libreoffice: Drop USE=jemalloc
'Support for tcmalloc and jemalloc is long dead', upstream commit 494bdd3dc32287cc01ea4e0d81438a9266425726 Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--app-office/libreoffice/libreoffice-9999.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild
index 9b35442a6de3..664bacbda8ea 100644
--- a/app-office/libreoffice/libreoffice-9999.ebuild
+++ b/app-office/libreoffice/libreoffice-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -64,7 +64,7 @@ unset ADDONS_SRC
LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
IUSE="bluetooth +branding coinmp +cups dbus debug eds firebird googledrive
-gstreamer +gtk gtk3 jemalloc kde libressl mysql odk pdfimport postgres qt4 qt5 test vlc
+gstreamer +gtk gtk3 kde libressl mysql odk pdfimport postgres qt4 qt5 test vlc
$(printf 'libreoffice_extensions_%s ' ${LO_EXTS})"
LICENSE="|| ( LGPL-3 MPL-1.1 )"
@@ -157,7 +157,6 @@ COMMON_DEPEND="${PYTHON_DEPS}
gnome-base/dconf
x11-libs/gtk+:3
)
- jemalloc? ( dev-libs/jemalloc )
libreoffice_extensions_scripting-beanshell? ( dev-java/bsh )
libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 )
mysql? ( dev-db/mysql-connector-c++ )
@@ -413,7 +412,7 @@ src_configure() {
--disable-online-update
--disable-pdfium
--disable-report-builder
- --with-alloc=$(use jemalloc && echo "jemalloc" || echo "system")
+ --with-alloc=system
--with-build-version="Gentoo official package"
--enable-extension-integration
--with-external-dict-dir="${EPREFIX}/usr/share/myspell"