From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libalkimia/
Date: Thu, 29 Feb 2024 23:58:15 +0000 (UTC) [thread overview]
Message-ID: <1709251059.97ba9187a8c14f6773d4402d4681bb0c66157990.sam@gentoo> (raw)
commit: 97ba9187a8c14f6773d4402d4681bb0c66157990
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Thu Feb 29 23:32:47 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 23:57:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ba9187
app-office/libalkimia: remove gmp USE flag, force it instead of mpir
mpir is an ancient fork of gmp from 2017. It claims to be focused on
speed. It doesn't build with modern compilers due to Modern C issues,
and it fails to build with LTO as well. Unlike gmp, this will never be
fixed.
Bug: https://bugs.gentoo.org/812950
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{libalkimia-8.1.2.ebuild => libalkimia-8.1.2-r1.ebuild} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/app-office/libalkimia/libalkimia-8.1.2.ebuild b/app-office/libalkimia/libalkimia-8.1.2-r1.ebuild
similarity index 93%
rename from app-office/libalkimia/libalkimia-8.1.2.ebuild
rename to app-office/libalkimia/libalkimia-8.1.2-r1.ebuild
index 80739e14494a..686cdec755c3 100644
--- a/app-office/libalkimia/libalkimia-8.1.2.ebuild
+++ b/app-office/libalkimia/libalkimia-8.1.2-r1.ebuild
@@ -20,9 +20,10 @@ https://community.kde.org/Alkimia"
LICENSE="LGPL-2.1"
SLOT="0/8"
-IUSE="doc gmp plasma webengine"
+IUSE="doc plasma webengine"
DEPEND="
+ dev-libs/gmp:0=[cxx(+)]
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
@@ -39,8 +40,6 @@ DEPEND="
>=kde-frameworks/ktextwidgets-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
- !gmp? ( sci-libs/mpir:=[cxx] )
- gmp? ( dev-libs/gmp:0=[cxx(+)] )
plasma? (
>=kde-frameworks/kpackage-${KFMIN}:5
>=kde-plasma/libplasma-${KFMIN}:5
@@ -61,7 +60,7 @@ src_configure() {
-DBUILD_TOOLS=ON
-DBUILD_WITH_WEBKIT=OFF
$(cmake_use_find_package doc Doxygen)
- $(cmake_use_find_package !gmp MPIR)
+ -DCMAKE_DISABLE_FIND_PACKAGE_MPIR=ON
-DBUILD_APPLETS=$(usex plasma)
-DBUILD_WITH_WEBENGINE=$(usex webengine)
)
next reply other threads:[~2024-02-29 23:58 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-29 23:58 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-07 23:06 [gentoo-commits] repo/gentoo:master commit in: app-office/libalkimia/ Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2023-10-01 2:27 Sam James
2023-10-01 2:27 Sam James
2023-09-07 19:56 Andreas Sturmlechner
2022-09-14 15:05 Andreas Sturmlechner
2022-09-14 14:50 Andreas Sturmlechner
2022-06-10 6:48 Agostino Sarubbo
2022-06-09 1:22 Sam James
2022-05-09 21:56 Andreas Sturmlechner
2021-06-18 13:15 David Seifert
2021-04-05 16:45 Sam James
2021-04-05 16:43 Sam James
2020-11-25 16:23 Mikle Kolyada
2020-11-25 16:19 Mikle Kolyada
2020-10-23 23:27 Andreas Sturmlechner
2020-08-16 22:25 Andreas Sturmlechner
2020-08-12 6:01 Agostino Sarubbo
2020-08-11 11:00 Agostino Sarubbo
2020-08-06 20:14 Andreas Sturmlechner
2020-01-16 17:29 Andreas Sturmlechner
2019-03-07 9:21 Andreas Sturmlechner
2019-03-02 20:57 Andreas Sturmlechner
2019-03-02 20:49 Thomas Deutschmann
2019-02-25 15:14 Mikle Kolyada
2019-02-24 18:01 Andreas Sturmlechner
2018-10-16 16:51 Andreas Sturmlechner
2018-10-16 16:51 Andreas Sturmlechner
2018-10-14 1:44 Thomas Deutschmann
2018-04-12 17:48 Johannes Huber
2018-04-06 0:42 Andreas Sturmlechner
2018-04-06 0:33 Thomas Deutschmann
2018-04-05 21:16 Aaron Bauman
2018-03-18 9:37 Andreas Sturmlechner
2018-03-16 21:30 Andreas Sturmlechner
2018-02-07 14:14 Andreas Sturmlechner
2017-07-04 15:49 Agostino Sarubbo
2017-07-04 10:17 Agostino Sarubbo
2016-08-07 16:53 Michael Palimaka
2016-04-07 9:15 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1709251059.97ba9187a8c14f6773d4402d4681bb0c66157990.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox