Diff ipmitool-1.8.19 with a ipmitool-1.8.19-r1

/usr/portage/sys-apps/ipmitool/ipmitool-1.8.19-r1.ebuild 2023-10-09 14:52:35.380368499 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit autotools systemd
6
inherit autotools flag-o-matic systemd
7 7

  
8 8
DESCRIPTION="Utility for controlling IPMI enabled devices"
9 9
HOMEPAGE="https://codeberg.org/IPMITool/ipmitool"
......
25 25

  
26 26
LICENSE="BSD"
27 27
SLOT="0"
28
KEYWORDS="amd64 arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv x86"
28
KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
29 29
IUSE="openbmc openipmi static"
30 30

  
31 31
RDEPEND="
......
71 71
}
72 72

  
73 73
src_configure() {
74
	# bug #863587
75
	filter-lto
76
	append-flags -fno-strict-aliasing
77

  
74 78
	# - LIPMI and BMC are the Solaris libs
75 79
	# - OpenIPMI is unconditionally enabled in the configure as there is compat
76 80
	# code that is used if the library itself is not available
Thank you!