From d102abe028aad19d4f3fb10b627b7005b2e117c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 15 Nov 2022 06:50:19 +0100 Subject: [PATCH] dev-python/libsass-python: Remove insane CC opts again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/881339 Signed-off-by: Michał Górny --- ...ss-python-0.22.0.ebuild => libsass-python-0.22.0-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) rename dev-python/libsass-python/{libsass-python-0.22.0.ebuild => libsass-python-0.22.0-r1.ebuild} (88%) 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() {