commit: 857bbea037bed3e12454a34e2ca24adb041d180f Author: Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja> AuthorDate: Thu Jun 8 10:19:05 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jun 10 06:37:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857bbea0
sys-fs/bcachefs-tools: fix live hardened build Closes: https://bugs.gentoo.org/902725 Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/31352 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild b/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild index de2bc3ec6f2f..3e057d19c8ff 100644 --- a/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild +++ b/sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild @@ -74,7 +74,6 @@ python_check_deps() { src_unpack() { if [[ ${PV} == "9999" ]]; then git-r3_src_unpack - S="${S}/rust-src/bch_bindgen" cargo_live_src_unpack S="${S}/rust-src" cargo_live_src_unpack else default
