From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BF96158020 for ; Mon, 19 Dec 2022 16:26:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37774E0207; Mon, 19 Dec 2022 16:26:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DCD6E0207 for ; Mon, 19 Dec 2022 16:26:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0738A340961 for ; Mon, 19 Dec 2022 16:26:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EE566F8 for ; Mon, 19 Dec 2022 16:26:44 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1671467174.2e494ae00185d3a7fe7527b83d5ea1341c7c414a.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/aide/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/aide/aide-0.17.4-r2.ebuild app-forensics/aide/aide-0.17.4-r3.ebuild X-VCS-Directories: app-forensics/aide/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 2e494ae00185d3a7fe7527b83d5ea1341c7c414a X-VCS-Branch: master Date: Mon, 19 Dec 2022 16:26:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28aa4dc6-438a-48c1-a44d-15bb9c6442de X-Archives-Hash: de495f57d36b4629cc52231f23c21463 commit: 2e494ae00185d3a7fe7527b83d5ea1341c7c414a Author: Ionen Wolkens gentoo org> AuthorDate: Mon Dec 19 16:24:22 2022 +0000 Commit: Ionen Wolkens gentoo 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 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