diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-12-10 23:57:57 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-12-10 23:57:57 +0200 |
commit | c9ae50a3def564d0aa28719dcc244c211c1fdd8c (patch) | |
tree | 27ea241df755d1d2a5f462eaa68507fe78258c96 /app-office/libreoffice | |
parent | dev-libs/zziplib: x86 stable (bug #759178) (diff) | |
download | gentoo-c9ae50a3def564d0aa28719dcc244c211c1fdd8c.tar.gz gentoo-c9ae50a3def564d0aa28719dcc244c211c1fdd8c.tar.bz2 gentoo-c9ae50a3def564d0aa28719dcc244c211c1fdd8c.zip |
app-office/libreoffice: Contribute to global warming
When USE=custom-cflags is set, do not manipulate CFLAGS at all.
The build may well fail halfway through, but hey, it's just entropy.
Closes: https://bugs.gentoo.org/756697
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-office/libreoffice')
-rw-r--r-- | app-office/libreoffice/libreoffice-7.0.3.1.ebuild | 1 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-7.0.9999.ebuild | 1 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/app-office/libreoffice/libreoffice-7.0.3.1.ebuild b/app-office/libreoffice/libreoffice-7.0.3.1.ebuild index c2fe022a62ac..2d3f699e1f94 100644 --- a/app-office/libreoffice/libreoffice-7.0.3.1.ebuild +++ b/app-office/libreoffice/libreoffice-7.0.3.1.ebuild @@ -418,7 +418,6 @@ src_configure() { if use custom-cflags ; then elog "USE=custom-cflags has been selected. You are on your own to make sure that" elog "the build succeeds. Good luck!" - strip-unsupported-flags else strip-flags fi diff --git a/app-office/libreoffice/libreoffice-7.0.9999.ebuild b/app-office/libreoffice/libreoffice-7.0.9999.ebuild index b9e826f9b402..ac7501070b51 100644 --- a/app-office/libreoffice/libreoffice-7.0.9999.ebuild +++ b/app-office/libreoffice/libreoffice-7.0.9999.ebuild @@ -414,7 +414,6 @@ src_configure() { if use custom-cflags ; then elog "USE=custom-cflags has been selected. You are on your own to make sure that" elog "the build succeeds. Good luck!" - strip-unsupported-flags else strip-flags fi diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 500abaa157c1..f1d212b63e48 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -414,7 +414,6 @@ src_configure() { if use custom-cflags ; then elog "USE=custom-cflags has been selected. You are on your own to make sure that" elog "the build succeeds. Good luck!" - strip-unsupported-flags else strip-flags fi |