commit: b075c18a555d31e0d536730a98f795db645f7b66 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Jan 11 00:46:18 2025 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Jan 11 01:08:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b075c18a
dev-libs/atf: set ATF_SHELL=/bin/sh This ensures consistent behavior with merged/split-usr. Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> dev-libs/atf/{atf-0.21-r2.ebuild => atf-0.21-r3.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/atf/atf-0.21-r2.ebuild b/dev-libs/atf/atf-0.21-r3.ebuild similarity index 92% rename from dev-libs/atf/atf-0.21-r2.ebuild rename to dev-libs/atf/atf-0.21-r3.ebuild index 7965648357f7..14158728ef18 100644 --- a/dev-libs/atf/atf-0.21-r2.ebuild +++ b/dev-libs/atf/atf-0.21-r3.ebuild @@ -27,7 +27,10 @@ src_configure() { # Uses std::auto_ptr (deprecated in c++11, removed in c++17) append-cxxflags "-std=c++14" - default + local myconf=( + ATF_SHELL="${EPREFIX}/bin/sh" + ) + econf "${myconf[@]}" } src_install() {