sci-visualization/labplot: Remove unused subdirs from build

Closes: https://bugs.gentoo.org/958185
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-06-24 22:32:24 +02:00
parent eaaace6e18
commit ee51994da4
2 changed files with 6 additions and 0 deletions

View File

@@ -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 //" \

View File

@@ -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 //" \