summaryrefslogtreecommitdiff
path: root/dev-python/libsass-python
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-11-15 13:35:04 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-11-15 13:35:04 +0000
commit0e02d1c30e53c5c0a7a9ce0d46a17dedacfb864b (patch)
tree9bc031a11f7efcb65d43591eb855aa89f651fb07 /dev-python/libsass-python
parentd38fac373e18985b7042b20d8c091d70cde30536 (diff)
downloadbaldeagleos-repo-0e02d1c30e53c5c0a7a9ce0d46a17dedacfb864b.tar.gz
baldeagleos-repo-0e02d1c30e53c5c0a7a9ce0d46a17dedacfb864b.tar.xz
baldeagleos-repo-0e02d1c30e53c5c0a7a9ce0d46a17dedacfb864b.zip
Adding metadata
Diffstat (limited to 'dev-python/libsass-python')
-rw-r--r--dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild (renamed from dev-python/libsass-python/libsass-python-0.22.0.ebuild)3
1 files changed, 3 insertions, 0 deletions
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
index 1fa9f9355b73..cbd7dd9fea7e 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() {