commit: 765e3354b7e89fbd8364bd8fdc02fc98fdb3cf8c Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Thu Sep 4 06:34:24 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Mon Sep 8 17:21:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765e3354
sci-physics/espresso: stop forcing cmake makefile generator It was added in 4.1.3 alongside an upstream PR fixing it. But the live ebuild wasn't updated days later when the fix was merged, so it survived for half a decade despite being long unnecessary (and slow). Bug: https://github.com/espressomd/espresso/issues/3861 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> sci-physics/espresso/espresso-4.2.0.ebuild | 1 - sci-physics/espresso/espresso-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sci-physics/espresso/espresso-4.2.0.ebuild b/sci-physics/espresso/espresso-4.2.0.ebuild index a01671812af7..e5a5919f291c 100644 --- a/sci-physics/espresso/espresso-4.2.0.ebuild +++ b/sci-physics/espresso/espresso-4.2.0.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{9..11} ) -CMAKE_MAKEFILE_GENERATOR="emake" inherit cmake cuda python-single-r1 savedconfig diff --git a/sci-physics/espresso/espresso-9999.ebuild b/sci-physics/espresso/espresso-9999.ebuild index 9eb97391dd4c..4288c6995c8f 100644 --- a/sci-physics/espresso/espresso-9999.ebuild +++ b/sci-physics/espresso/espresso-9999.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{9..11} ) -CMAKE_MAKEFILE_GENERATOR="emake" inherit cmake cuda python-single-r1 savedconfig
