Diff yoda-1.9.0 with a yoda-1.9.5

/usr/portage/sci-physics/yoda/yoda-1.9.5.ebuild 2023-10-09 14:52:35.264368496 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit bash-completion-r1
7 7

  
......
33 33

  
34 34
src_install() {
35 35
	default
36

  
36
	find "${ED}" -name '*.la' -delete || die
37 37
	newbashcomp "${ED}"/etc/bash_completion.d/yoda-completion yoda
38 38
	rm "${ED}"/etc/bash_completion.d/yoda-completion || die
39 39
}
Thank you!