commit:     8a3427d00508de17ff7f621f57077a96494235bb
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  9 21:38:46 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Sep 10 03:18:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3427d0

sci-physics/espresso: remove redundant DISABLE_FIND_PACKAGE

Fixes: 87ad744e3f351ce03906019a1025fa52454125af
Closes: https://bugs.gentoo.org/836000
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 sci-physics/espresso/espresso-4.2.0.ebuild | 1 -
 sci-physics/espresso/espresso-4.2.2.ebuild | 1 -
 sci-physics/espresso/espresso-9999.ebuild  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/sci-physics/espresso/espresso-4.2.0.ebuild 
b/sci-physics/espresso/espresso-4.2.0.ebuild
index 73c846fd7f1a..7a22abf93c3d 100644
--- a/sci-physics/espresso/espresso-4.2.0.ebuild
+++ b/sci-physics/espresso/espresso-4.2.0.ebuild
@@ -83,7 +83,6 @@ src_configure() {
                -DINSTALL_PYPRESSO=OFF
                -DCMAKE_DISABLE_FIND_PACKAGE_FFTW3=$(usex !fftw)
                -DWITH_HDF5=$(usex hdf5)
-               -DCMAKE_DISABLE_FIND_PACKAGE_HDF5=$(usex !hdf5)
        )
        cmake_src_configure
 }

diff --git a/sci-physics/espresso/espresso-4.2.2.ebuild 
b/sci-physics/espresso/espresso-4.2.2.ebuild
index f2c44d2d7c77..6035862228ba 100644
--- a/sci-physics/espresso/espresso-4.2.2.ebuild
+++ b/sci-physics/espresso/espresso-4.2.2.ebuild
@@ -93,7 +93,6 @@ src_configure() {
                -DINSTALL_PYPRESSO=OFF
                -DCMAKE_DISABLE_FIND_PACKAGE_FFTW3=$(usex !fftw)
                -DWITH_HDF5=$(usex hdf5)
-               -DCMAKE_DISABLE_FIND_PACKAGE_HDF5=$(usex !hdf5)
        )
        cmake_src_configure
 }

diff --git a/sci-physics/espresso/espresso-9999.ebuild 
b/sci-physics/espresso/espresso-9999.ebuild
index e1d0bca5727e..8a705d3ce706 100644
--- a/sci-physics/espresso/espresso-9999.ebuild
+++ b/sci-physics/espresso/espresso-9999.ebuild
@@ -73,7 +73,6 @@ src_configure() {
                -DINSTALL_PYPRESSO=OFF
                -DCMAKE_DISABLE_FIND_PACKAGE_FFTW3=$(usex !fftw)
                -DWITH_HDF5=$(usex hdf5)
-               -DCMAKE_DISABLE_FIND_PACKAGE_HDF5=$(usex !hdf5)
        )
        cmake_src_configure
 }

Reply via email to