commit: ee51994da47ccdf739a49285b8adc7b583cbc4dc Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Jun 24 20:32:24 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Jun 24 20:33:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee51994d
sci-visualization/labplot: Remove unused subdirs from build Closes: https://bugs.gentoo.org/958185 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-visualization/labplot/labplot-2.11.1-r1.ebuild | 3 +++ sci-visualization/labplot/labplot-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sci-visualization/labplot/labplot-2.11.1-r1.ebuild b/sci-visualization/labplot/labplot-2.11.1-r1.ebuild index b548fff1381b..a382637f85a0 100644 --- a/sci-visualization/labplot/labplot-2.11.1-r1.ebuild +++ b/sci-visualization/labplot/labplot-2.11.1-r1.ebuild @@ -79,6 +79,9 @@ BDEPEND=" PATCHES=( "${FILESDIR}/${P}-ods-buildfix.patch" ) src_prepare() { + # bug 958185 + rm -r lib/example src/3rdparty/kdmactouchbar || die + ecm_src_prepare sed -e "/^ *find_package.*QT NAMES/s/Qt5 //" \ diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index 32b450640ab9..e6e049ea8dab 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -76,6 +76,9 @@ BDEPEND=" " src_prepare() { + # bug 958185 + rm -r src/3rdparty/kdmactouchbar || die + ecm_src_prepare sed -e "/^ *find_package.*QT NAMES/s/Qt5 //" \
