Diff wanderlust-2.15.9_p20210629 with a wanderlust-2.15.9_p20230624

/usr/portage/app-emacs/wanderlust/wanderlust-2.15.9_p20230624.ebuild 2023-10-09 14:52:28.716368331 +0300
7 7

  
8 8
DESCRIPTION="Yet Another Message Interface on Emacsen"
9 9
HOMEPAGE="https://github.com/wanderlust/wanderlust"
10
GITHUB_SHA1="769699d60aa033049804083b459ee562b82db77e"
10
GITHUB_SHA1="8369b2d5170a174652294835dd9a18ed21a38cb2"
11 11
SRC_URI="https://github.com/wanderlust/${PN}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
12 12
S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
13 13

  
......
32 32
}
33 33

  
34 34
src_compile() {
35
	emake
36
	emake info
35
	emake all info PACKAGE_LISPDIR="NONE"
37 36
}
38 37

  
39 38
src_install() {
40 39
	emake \
41 40
		LISPDIR="${ED}${SITELISP}" \
41
		PACKAGE_LISPDIR="NONE" \
42 42
		PIXMAPDIR="${ED}${SITEETC}/wl/icons" \
43 43
		install
44 44

  
Thank you!