Diff haveged-1.9.15 with a haveged-1.9.17

/usr/portage/sys-apps/haveged/haveged-1.9.17.ebuild 2023-10-09 14:52:35.376368499 +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 4
EAPI=8
5

  
5 6
inherit systemd
6 7

  
7 8
DESCRIPTION="A simple entropy daemon using the HAVEGE algorithm"
......
25 26
		--bindir=/usr/sbin
26 27
		--enable-nistest
27 28
	)
29

  
28 30
	econf "${myeconfargs[@]}"
29 31
}
30 32

  
Thank you!