Diff mrouted-4.4 with a mrouted-4.5

/usr/portage/net-misc/mrouted/mrouted-4.5.ebuild 2023-10-09 14:52:34.664368481 +0300
11 11

  
12 12
LICENSE="Stanford GPL-2"
13 13
SLOT="0"
14
KEYWORDS="amd64 ppc x86"
14
KEYWORDS="~amd64 ~ppc ~x86"
15 15
IUSE="rsrr test"
16 16

  
17 17
# Needs unshare
18 18
RESTRICT="!test? ( test ) test"
19 19

  
20
BDEPEND="virtual/pkgconfig
21
	app-alternatives/yacc"
20
BDEPEND="
21
	app-alternatives/yacc
22
	virtual/pkgconfig
23
"
22 24

  
23 25
src_configure() {
24 26
	tc-export CC CXX
Thank you!