dev-python/libsass-python: Remove insane CC opts again

Bug: https://bugs.gentoo.org/881339
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-11-15 06:50:19 +01:00
parent 8767a3ff97
commit d102abe028

View File

@@ -41,6 +41,9 @@ src_prepare() {
echo "${PV}" > .libsass-upstream-version || die
distutils-r1_src_prepare
export SYSTEM_SASS=1
# https://bugs.gentoo.org/881339
# the package is applying C++ flags to C sources
sed -i -e "s:'-std=gnu++0x',::" -e "s:'-lstdc++'::" setup.py || die
}
python_test() {