commit: 4b1cd48e668e790ec353c341a8a95e401cc0ecb6 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Thu Aug 12 11:48:14 2021 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Thu Aug 12 11:48:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1cd48e
dev-python/python_orocos_kdl: fix prestripped files Closes: https://bugs.gentoo.org/806857 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> dev-python/python_orocos_kdl/python_orocos_kdl-1.5.0.ebuild | 4 ++++ dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-1.5.0.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-1.5.0.ebuild index a3114345ba4..cb5f4ef382d 100644 --- a/dev-python/python_orocos_kdl/python_orocos_kdl-1.5.0.ebuild +++ b/dev-python/python_orocos_kdl/python_orocos_kdl-1.5.0.ebuild @@ -10,6 +10,10 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://github.com/orocos/orocos_kinematics_dynamics" fi +# pybind11 strips targets at build otherwise... +# https://bugs.gentoo.org/806857 +CMAKE_BUILD_TYPE=RelWithDebInfo + inherit ${SCM} python-r1 cmake if [ "${PV#9999}" != "${PV}" ] ; then diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild index a3114345ba4..cb5f4ef382d 100644 --- a/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild +++ b/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild @@ -10,6 +10,10 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://github.com/orocos/orocos_kinematics_dynamics" fi +# pybind11 strips targets at build otherwise... +# https://bugs.gentoo.org/806857 +CMAKE_BUILD_TYPE=RelWithDebInfo + inherit ${SCM} python-r1 cmake if [ "${PV#9999}" != "${PV}" ] ; then
