commit: 07d8e135632cf9cd7c699c93e00456dd62899c7e Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk> AuthorDate: Wed Jan 31 16:05:37 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 31 16:16:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d8e135
net-dns/bind: fix bash grouping in src_prepare Closes: https://bugs.gentoo.org/923403 Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/35116 Signed-off-by: Sam James <sam <AT> gentoo.org> net-dns/bind/bind-9.16.41.ebuild | 2 +- net-dns/bind/bind-9.16.42.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/bind/bind-9.16.41.ebuild b/net-dns/bind/bind-9.16.41.ebuild index 8d72f600ea20..66dc6a058d92 100644 --- a/net-dns/bind/bind-9.16.41.ebuild +++ b/net-dns/bind/bind-9.16.41.ebuild @@ -106,7 +106,7 @@ src_prepare() { sed -i "s/{name='timer_test'}/{name='timer_test',timeout=900}/" "lib/isc/tests/Kyuafile" || die # Conditionally broken - use sparc && sed -i "/{name='netmgr_test'}/d" "lib/isc/tests/Kyuafile" || die + use sparc && ( sed -i "/{name='netmgr_test'}/d" "lib/isc/tests/Kyuafile" || die ) # bug #220361 rm aclocal.m4 || die diff --git a/net-dns/bind/bind-9.16.42.ebuild b/net-dns/bind/bind-9.16.42.ebuild index 8d72f600ea20..66dc6a058d92 100644 --- a/net-dns/bind/bind-9.16.42.ebuild +++ b/net-dns/bind/bind-9.16.42.ebuild @@ -106,7 +106,7 @@ src_prepare() { sed -i "s/{name='timer_test'}/{name='timer_test',timeout=900}/" "lib/isc/tests/Kyuafile" || die # Conditionally broken - use sparc && sed -i "/{name='netmgr_test'}/d" "lib/isc/tests/Kyuafile" || die + use sparc && ( sed -i "/{name='netmgr_test'}/d" "lib/isc/tests/Kyuafile" || die ) # bug #220361 rm aclocal.m4 || die
