summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2022-05-21 13:13:59 +0200
committerThomas Beierlein <tomjbe@gentoo.org>2022-05-21 13:15:21 +0200
commite0dfb89ea47c003d17a6bbbf3e6905f77e92a357 (patch)
tree5d6e66945b7fa98fdc0157e1e03f3be88017e365
parentwww-client/vivaldi: Drop old 5.2.2623.41 (diff)
downloadgentoo-e0dfb89ea47c003d17a6bbbf3e6905f77e92a357.tar.gz
gentoo-e0dfb89ea47c003d17a6bbbf3e6905f77e92a357.tar.bz2
gentoo-e0dfb89ea47c003d17a6bbbf3e6905f77e92a357.zip
app-backup/bacula: Drop unneeded .la files
Closes: https://bugs.gentoo.org/840957 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
-rw-r--r--app-backup/bacula/bacula-11.0.5.ebuild3
-rw-r--r--app-backup/bacula/bacula-11.0.6-r1.ebuild3
2 files changed, 6 insertions, 0 deletions
diff --git a/app-backup/bacula/bacula-11.0.5.ebuild b/app-backup/bacula/bacula-11.0.5.ebuild
index c33c1259fd03..50ddfc74dfde 100644
--- a/app-backup/bacula/bacula-11.0.5.ebuild
+++ b/app-backup/bacula/bacula-11.0.5.ebuild
@@ -231,6 +231,9 @@ src_install() {
emake DESTDIR="${D}" install
doicon scripts/bacula.png
+ # remove not needed .la files #840957
+ find "${ED}" -name '*.la' -delete || die
+
# install bat icon and desktop file when enabled
# (for some reason ./configure doesn't pick this up)
if use qt5 && ! use static ; then
diff --git a/app-backup/bacula/bacula-11.0.6-r1.ebuild b/app-backup/bacula/bacula-11.0.6-r1.ebuild
index 280ae3cb775c..fe60047ffdcb 100644
--- a/app-backup/bacula/bacula-11.0.6-r1.ebuild
+++ b/app-backup/bacula/bacula-11.0.6-r1.ebuild
@@ -231,6 +231,9 @@ src_install() {
emake DESTDIR="${D}" install
doicon scripts/bacula.png
+ # remove not needed .la files #840957
+ find "${ED}" -name '*.la' -delete || die
+
# install bat icon and desktop file when enabled
# (for some reason ./configure doesn't pick this up)
if use qt5 && ! use static ; then