abuild: remove g++ makedepends warning from toolchain packages
This commit is contained in:
parent
ab748f4eda
commit
30c5103bfb
@ -209,7 +209,7 @@ default_sanitycheck() {
|
||||
|
||||
check_depends_dev || warning "depends_dev found but no development subpackage found"
|
||||
|
||||
makedepends_has 'g++' && warning "g++ should not be in makedepends"
|
||||
makedepends_has 'g++' && ! options_has toolchain && warning "g++ should not be in makedepends"
|
||||
return 0
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user