summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-02 17:55:48 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-02 17:58:06 +0200
commit06f5c59840ad2f715da20d349cbcbcda098e3877 (patch)
treec8e975387cdf7ac3ed787eb84e3dda9f642d3ebd
parentapp-editors/sublime-text: simple bump (diff)
downloadgentoo-06f5c598.tar.gz
gentoo-06f5c598.tar.bz2
gentoo-06f5c598.zip
sys-devel/lld: Fix calling wrong src_install impl
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sys-devel/lld/lld-10.0.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-10.0.0.9999.ebuild b/sys-devel/lld/lld-10.0.0.9999.ebuild
index 71f20ca05123..6125066285f7 100644
--- a/sys-devel/lld/lld-10.0.0.9999.ebuild
+++ b/sys-devel/lld/lld-10.0.0.9999.ebuild
@@ -75,6 +75,6 @@ src_test() {
}
src_install() {
- default
+ cmake-utils_src_install
find "${D}" -name '*.a' -delete || die
}