summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 11:03:24 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 11:03:24 +0100
commit0ed7798d3527e4d2e2b9e776ba9eb89cbea4c892 (patch)
tree82b95435d1a34210af9c731372b1219f53b85b29 /x11-wm/blackbox/blackbox-0.75.ebuild
parentx11-themes/gtk-engines-unico: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-0ed7798d3527e4d2e2b9e776ba9eb89cbea4c892.tar.gz
gentoo-0ed7798d3527e4d2e2b9e776ba9eb89cbea4c892.tar.bz2
gentoo-0ed7798d3527e4d2e2b9e776ba9eb89cbea4c892.zip
x11-wm/blackbox: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-wm/blackbox/blackbox-0.75.ebuild')
-rw-r--r--x11-wm/blackbox/blackbox-0.75.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/blackbox/blackbox-0.75.ebuild b/x11-wm/blackbox/blackbox-0.75.ebuild
index 36f1d3ceeba1..fdc90e086fc0 100644
--- a/x11-wm/blackbox/blackbox-0.75.ebuild
+++ b/x11-wm/blackbox/blackbox-0.75.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -48,5 +48,5 @@ src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog* COMPLIANCE README* TODO
- prune_libtool_files --all
+ find "${D}" -name '*.la' -delete || die
}