commit:     2e494ae00185d3a7fe7527b83d5ea1341c7c414a
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 16:24:22 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 16:26:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e494ae0

app-forensics/aide: fix build with >=portage-3.0.40

Closes: https://bugs.gentoo.org/887177
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-forensics/aide/aide-0.17.4-r2.ebuild | 3 +++
 app-forensics/aide/aide-0.17.4-r3.ebuild | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/app-forensics/aide/aide-0.17.4-r2.ebuild 
b/app-forensics/aide/aide-0.17.4-r2.ebuild
index eee74dece344..4ad8eaaf039e 100644
--- a/app-forensics/aide/aide-0.17.4-r2.ebuild
+++ b/app-forensics/aide/aide-0.17.4-r2.ebuild
@@ -65,6 +65,9 @@ src_configure() {
        local myeconfargs=(
                --sysconfdir="${EPREFIX}"/etc/${PN}
 
+               # Needed even in EAPI=8, >=portage-3.0.40 skips passing it here
+               --disable-static
+
                # Disable broken l10n support: 
https://sourceforge.net/p/aide/bugs/98/
                # This doesn't affect anything because there are no 
localizations yet.
                --without-locale

diff --git a/app-forensics/aide/aide-0.17.4-r3.ebuild 
b/app-forensics/aide/aide-0.17.4-r3.ebuild
index 8bfbdf305bec..25346bb7ce03 100644
--- a/app-forensics/aide/aide-0.17.4-r3.ebuild
+++ b/app-forensics/aide/aide-0.17.4-r3.ebuild
@@ -65,6 +65,9 @@ src_configure() {
        local myeconfargs=(
                --sysconfdir="${EPREFIX}"/etc/${PN}
 
+               # Needed even in EAPI=8, >=portage-3.0.40 skips passing it here
+               --disable-static
+
                # Disable broken l10n support: 
https://sourceforge.net/p/aide/bugs/98/
                # This doesn't affect anything because there are no 
localizations yet.
                --without-locale

Reply via email to