Skip to content

Commit

Permalink
app-office/libreoffice: Old crashdump option removed in master
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
a17r authored and akhuettel committed Jul 2, 2016
1 parent 2ed0f7a commit 4e14521
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions app-office/libreoffice/libreoffice-5.2.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,10 @@ src_configure() {
# not linked or anything else, worthless to depend on
econf \
--docdir="${EPREFIX}/usr/share/doc/${PF}/" \
--with-system-dicts \
--with-system-headers \
--with-system-libs \
--with-system-jars \
--with-system-dicts \
--with-system-libs \
--enable-cairo-canvas \
--enable-graphite \
--enable-largefile \
Expand All @@ -418,15 +418,15 @@ src_configure() {
--enable-python=system \
--enable-randr \
--enable-release-build \
--disable-hardlink-deliver \
--disable-ccache \
--disable-crashdump \
--disable-dependency-tracking \
--disable-epm \
--disable-fetch-external \
--disable-gstreamer-0-10 \
--disable-report-builder \
--disable-hardlink-deliver \
--disable-online-update \
--disable-report-builder \
--disable-systray \
--with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \
--with-build-version="Gentoo official package" \
Expand Down
11 changes: 6 additions & 5 deletions app-office/libreoffice/libreoffice-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ src_configure() {
fi

# system headers/libs/...: enforce using system packages
# --disable-breakpad: requires not-yet-in-tree dev-utils/breakpad
# --enable-cairo: ensure that cairo is always required
# --enable-graphite: disabling causes build breakages
# --enable-*-link: link to the library rather than just dlopen on runtime
Expand All @@ -406,10 +407,10 @@ src_configure() {
# not linked or anything else, worthless to depend on
econf \
--docdir="${EPREFIX}/usr/share/doc/${PF}/" \
--with-system-dicts \
--with-system-headers \
--with-system-libs \
--with-system-jars \
--with-system-dicts \
--with-system-libs \
--enable-cairo-canvas \
--enable-graphite \
--enable-largefile \
Expand All @@ -418,15 +419,15 @@ src_configure() {
--enable-python=system \
--enable-randr \
--enable-release-build \
--disable-hardlink-deliver \
--disable-breakpad \
--disable-ccache \
--disable-crashdump \
--disable-dependency-tracking \
--disable-epm \
--disable-fetch-external \
--disable-gstreamer-0-10 \
--disable-report-builder \
--disable-hardlink-deliver \
--disable-online-update \
--disable-report-builder \
--disable-systray \
--with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \
--with-build-version="Gentoo official package" \
Expand Down

0 comments on commit 4e14521

Please sign in to comment.