diff options
author | 2021-07-26 23:44:06 +0200 | |
---|---|---|
committer | 2021-07-26 23:52:00 +0200 | |
commit | 31696cfc77fab920a86c30f81f8c3697ea2db545 (patch) | |
tree | 80b54856a059c4735867ea4e12359c861f50fbe4 /app-emulation/wine-vanilla/wine-vanilla-4.14.ebuild | |
parent | app-emulation/wine-staging: drop deprecated ltprune eclass (diff) | |
download | wine-31696cfc77fab920a86c30f81f8c3697ea2db545.tar.gz wine-31696cfc77fab920a86c30f81f8c3697ea2db545.tar.bz2 wine-31696cfc77fab920a86c30f81f8c3697ea2db545.zip |
app-emulation/wine-vanilla: drop deprecated ltprune eclass
Closes: https://github.com/gentoo/repo-proj-wine/pull/19
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla/wine-vanilla-4.14.ebuild')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-4.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.14.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.14.ebuild index 85ad842..214dbde 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.14.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.14.ebuild @@ -461,7 +461,7 @@ multilib_src_install_all() { l10n_for_each_locale_do add_locale_docs einstalldocs - prune_libtool_files --all + find "${ED}" -name *.la -delete || die if ! use perl ; then # winedump calls function_grep.pl, and winemaker is a perl script rm "${D%/}${MY_PREFIX}"/bin/{wine{dump,maker},function_grep.pl} \ |