diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-12-19 11:24:22 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-12-19 11:26:14 -0500 |
commit | 2e494ae00185d3a7fe7527b83d5ea1341c7c414a (patch) | |
tree | f7a56c6f3aea39ffbab8eaacd35ea2b628786d09 /app-forensics | |
parent | gnome-base/gnome-desktop: Remove IUSE=gtk-doc from SLOT="3" (diff) | |
download | gentoo-2e494ae00185d3a7fe7527b83d5ea1341c7c414a.tar.gz gentoo-2e494ae00185d3a7fe7527b83d5ea1341c7c414a.tar.bz2 gentoo-2e494ae00185d3a7fe7527b83d5ea1341c7c414a.zip |
app-forensics/aide: fix build with >=portage-3.0.40
Closes: https://bugs.gentoo.org/887177
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/aide/aide-0.17.4-r2.ebuild | 3 | ||||
-rw-r--r-- | app-forensics/aide/aide-0.17.4-r3.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
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 |