summaryrefslogtreecommitdiff
path: root/dev-lang/rust-common/rust-common-9999.ebuild
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2025-06-03 12:26:42 +1000
committerMatt Jolly <kangie@gentoo.org>2025-06-04 07:36:56 +1000
commit6bdb54197911717d6c1f150e22209afae809f0b8 (patch)
treefd33abeab462c4ed31ac312c12e508ef9fcd63f9 /dev-lang/rust-common/rust-common-9999.ebuild
parentfeae70ce5d0e51e1b31d342592dae3aa4b14a73b (diff)
downloadgentoo-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.ebuild3
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
}