Diff di-4.51 with a di-4.52

/usr/portage/sys-block/di/di-4.52.ebuild 2023-10-09 14:52:35.432368500 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 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
inherit toolchain-funcs
6 7

  
7 8
DESCRIPTION="Disk Information Utility"
......
27 28
}
28 29

  
29 30
src_compile() {
30
	emake prefix=/usr CC="$(tc-getCC)" NLS=$(usex nls T F)
31
	emake prefix="${EPREFIX}"/usr CC="$(tc-getCC)" NLS=$(usex nls T F)
31 32
}
32 33

  
33 34
src_install() {
34
	emake install prefix="${D}/usr"
35
	emake install prefix="${ED}"/usr
35 36
	# default symlink is broken
36 37
	dosym di /usr/bin/mi
37 38
	dodoc README.txt
Thank you!