commit: b772b264709795f1b8ebafa5ec2566432755807f Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Tue Apr 29 19:37:38 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 30 14:24:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b772b264
dev-libs/libcec: remove obselete sed Hasn't done anything for atleast six years, maybe longer. Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41853 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libcec/libcec-6.0.2-r2.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-libs/libcec/libcec-6.0.2-r2.ebuild b/dev-libs/libcec/libcec-6.0.2-r2.ebuild index eb9dc1969acd..df3bc14eb531 100644 --- a/dev-libs/libcec/libcec-6.0.2-r2.ebuild +++ b/dev-libs/libcec/libcec-6.0.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -55,11 +55,6 @@ pkg_setup() { src_prepare() { cmake_src_prepare - # Do not hardcode the python libpath #577612 - sed -i \ - -e '/DESTINATION/s:"lib/python${PYTHON_VERSION}/${PYTHON_PKG_DIR}":${PYTHON_SITEDIR}:' \ - src/libcec/cmake/CheckPlatformSupport.cmake || die - sed -Ee 's|[ ~]?#DIST#;?||g' debian/changelog.in > ChangeLog || die (use tools && use python) || cmake_comment_add_subdirectory "src/pyCecClient"
