mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 00:08:09 -07:00
dev-python/lit: Utilize partial git checkout
This commit is contained in:
@@ -29,6 +29,11 @@ DEPEND="
|
||||
|
||||
# TODO: move the manpage generation here (from sys-devel/llvm)
|
||||
|
||||
src_unpack() {
|
||||
git-r3_fetch
|
||||
git-r3_checkout '' '' '' utils/lit
|
||||
}
|
||||
|
||||
python_test() {
|
||||
./lit.py -sv tests || die
|
||||
}
|
||||
|
||||
@@ -28,6 +28,11 @@ DEPEND="
|
||||
|
||||
# TODO: move the manpage generation here (from sys-devel/llvm)
|
||||
|
||||
src_unpack() {
|
||||
git-r3_fetch
|
||||
git-r3_checkout '' '' '' utils/lit
|
||||
}
|
||||
|
||||
python_test() {
|
||||
./lit.py -vv tests || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user