Diff clippy-8.5.2 with a clippy-9.0

/usr/portage/dev-util/clippy/clippy-9.0.ebuild 2023-10-09 14:52:30.952368387 +0300
9 9

  
10 10
DESCRIPTION="Standalone clippy tool built from FRR sources"
11 11
HOMEPAGE="https://frrouting.org/"
12
SRC_URI="https://github.com/FRRouting/frr/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
12
SRC_URI="https://github.com/FRRouting/frr/archive/${MY_P}.tar.gz"
13 13
S="${WORKDIR}/frr-${MY_P}"
14 14

  
15 15
LICENSE="GPL-2"
16 16
SLOT="0"
17
KEYWORDS="~amd64 ~arm64 ~x86"
17
KEYWORDS="amd64 ~arm64 ~x86"
18 18
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
19 19

  
20 20
# standalone clippy does not have any tests
......
31 31
	sys-devel/flex
32 32
"
33 33

  
34
QA_CONFIG_IMPL_DECL_SKIP=(
35
	mallinfo	# check in configure is fallback is needed
36
	mallinfo2	# check in configure is fallback is needed
37
)
38

  
34 39
src_prepare() {
35 40
	default
36 41
	eautoreconf
Thank you!