abuild: remove g++ makedepends warning from toolchain packages

This commit is contained in:
Timo Teräs 2017-02-17 09:20:58 +02:00
parent ab748f4eda
commit 30c5103bfb

View File

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