diff options
author | Matt Jolly <Matt.Jolly@footclan.ninja> | 2023-06-08 20:19:05 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-10 07:37:26 +0100 |
commit | 857bbea037bed3e12454a34e2ca24adb041d180f (patch) | |
tree | 89273dfa0e2e2198ddd2b413f629d96f7e43b6fd /sys-fs | |
parent | www-client/chromium: disable py3.9 (diff) | |
download | gentoo-857bbea037bed3e12454a34e2ca24adb041d180f.tar.gz gentoo-857bbea037bed3e12454a34e2ca24adb041d180f.tar.bz2 gentoo-857bbea037bed3e12454a34e2ca24adb041d180f.zip |
sys-fs/bcachefs-tools: fix live hardened build
Closes: https://bugs.gentoo.org/902725
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/31352
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/bcachefs-tools/bcachefs-tools-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 |