diff options
| author | Matt Jolly <kangie@gentoo.org> | 2025-06-03 12:26:42 +1000 |
|---|---|---|
| committer | Matt Jolly <kangie@gentoo.org> | 2025-06-04 07:36:56 +1000 |
| commit | 6bdb54197911717d6c1f150e22209afae809f0b8 (patch) | |
| tree | fd33abeab462c4ed31ac312c12e508ef9fcd63f9 /dev-lang/rust-common/rust-common-9999.ebuild | |
| parent | feae70ce5d0e51e1b31d342592dae3aa4b14a73b (diff) | |
| download | gentoo-6bdb54197911717d6c1f150e22209afae809f0b8.tar.gz gentoo-6bdb54197911717d6c1f150e22209afae809f0b8.tar.bz2 gentoo-6bdb54197911717d6c1f150e22209afae809f0b8.zip | |
dev-lang/rust-common: fix too-long line
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'dev-lang/rust-common/rust-common-9999.ebuild')
| -rw-r--r-- | dev-lang/rust-common/rust-common-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/rust-common/rust-common-9999.ebuild b/dev-lang/rust-common/rust-common-9999.ebuild index 223c50f26f33..26c4792d0fb5 100644 --- a/dev-lang/rust-common/rust-common-9999.ebuild +++ b/dev-lang/rust-common/rust-common-9999.ebuild @@ -54,7 +54,8 @@ src_unpack() { fi # Avoid unpacking the whole tarball which would need check-reqs - tar -xf "${DISTDIR}"/rustc-${PV}-src.tar.xz "rustc-${MY_PV}-src/src/tools/cargo/src/etc/"{_cargo,cargo.bashcomp.sh} || die + tar -xf "${DISTDIR}"/rustc-${PV}-src.tar.xz \ + "rustc-${MY_PV}-src/src/tools/cargo/src/etc/"{_cargo,cargo.bashcomp.sh} || die fi } |
