Merge branch 'pentoo:master' into master

This commit is contained in:
Anton Bolshakov 2025-05-22 12:11:02 +08:00 committed by GitHub
commit 08af9facf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,6 +44,9 @@ fi
if [[ ${CATEGORY}/${PN} == sci-libs/libqalculate ]]; then
export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}"
fi
if [[ ${CATEGORY}/${PN} == llvm-core/clang ]]; then
export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}"
fi
# Packages that need shuffle disabled
if [[ ${CATEGORY}/${PN} == www-client/chromium ]]; then