Diff lhapdf-6.5.4 with a lhapdf-9999

/usr/portage/sci-physics/lhapdf/lhapdf-9999.ebuild 2023-10-09 14:52:35.256368495 +0300
12 12
	dev-texlive/texlive-latex
13 13
	dev-texlive/texlive-latexextra
14 14
"
15
inherit python-single-r1 docs
15
inherit python-single-r1 docs autotools
16 16

  
17 17
MY_PV=$(ver_cut 1-3)
18 18
MY_PF=LHAPDF-${MY_PV}
......
37 37
RDEPEND="${PYTHON_DEPS}"
38 38
DEPEND="${RDEPEND}"
39 39

  
40
src_prepare() {
41
	default
42
	# live git does not have a configure script
43
	eautoreconf
44
}
45

  
40 46
src_configure() {
41 47
	CONFIG_SHELL="${EPREFIX}/bin/bash" \
42 48
	econf \
Thank you!