From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74FD5158020 for ; Tue, 15 Nov 2022 05:57:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEAE8E09C9; Tue, 15 Nov 2022 05:57:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96621E09C9 for ; Tue, 15 Nov 2022 05:57:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1611340DE6 for ; Tue, 15 Nov 2022 05:57:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31A6B625 for ; Tue, 15 Nov 2022 05:57:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1668491869.d102abe028aad19d4f3fb10b627b7005b2e117c9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libsass-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/libsass-python/libsass-python-0.22.0-r1.ebuild dev-python/libsass-python/libsass-python-0.22.0.ebuild X-VCS-Directories: dev-python/libsass-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d102abe028aad19d4f3fb10b627b7005b2e117c9 X-VCS-Branch: master Date: Tue, 15 Nov 2022 05:57:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ca79a09f-31d0-4963-a2c4-34914293a868 X-Archives-Hash: 5712833ad5db9b3541cda387a7e38493 commit: d102abe028aad19d4f3fb10b627b7005b2e117c9 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 15 05:50:19 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 15 05:57:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d102abe0 dev-python/libsass-python: Remove insane CC opts again Bug: https://bugs.gentoo.org/881339 Signed-off-by: Michał Górny gentoo.org> .../{libsass-python-0.22.0.ebuild => libsass-python-0.22.0-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) 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 939120f5558e..6365fb9fef85 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() {