mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sys-block/thin-provisioning-tools: define pkg_setup
Call both llvm-r1_pkg_setup and rust_pkg_setup. Closes: https://bugs.gentoo.org/943280 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -194,6 +194,11 @@ PATCHES=(
|
||||
"${FILESDIR}/${PN}-1.0.6-build-with-cargo.patch"
|
||||
)
|
||||
|
||||
pkg_setup() {
|
||||
llvm-r1_pkg_setup
|
||||
rust_pkg_setup
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
if [[ ${PV} == 9999 ]] ; then
|
||||
git-r3_src_unpack
|
||||
|
||||
@@ -201,6 +201,11 @@ PATCHES=(
|
||||
"${FILESDIR}/${PN}-1.0.6-build-with-cargo.patch"
|
||||
)
|
||||
|
||||
pkg_setup() {
|
||||
llvm-r1_pkg_setup
|
||||
rust_pkg_setup
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
if [[ ${PV} == 9999 ]] ; then
|
||||
git-r3_src_unpack
|
||||
|
||||
Reference in New Issue
Block a user