diff --git a/dev-python/libsass-python/libsass-python-0.22.0.ebuild b/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild similarity index 88% rename from dev-python/libsass-python/libsass-python-0.22.0.ebuild rename to dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild index 939120f5558e9..6365fb9fef850 100644 --- a/dev-python/libsass-python/libsass-python-0.22.0.ebuild +++ b/dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild @@ -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() {