dev-python/lit: Utilize partial git checkout

This commit is contained in:
Michał Górny
2017-11-18 08:50:31 +01:00
parent 35913dc12d
commit 5313553d2d
2 changed files with 10 additions and 0 deletions

View File

@@ -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
}

View File

@@ -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
}