Diff earlyoom-1.7-r1 with a earlyoom-9999

/usr/portage/sys-apps/earlyoom/earlyoom-9999.ebuild 2023-10-09 14:52:35.368368498 +0300
1
# Copyright 2020-2023 Gentoo Authors
1
# Copyright 2020-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
16 16
	SRC_URI="https://github.com/rfjakob/earlyoom/archive/v${PV}.tar.gz -> ${P}.tar.gz"
17 17
	SRC_URI+=" test? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz )"
18 18

  
19
	KEYWORDS="amd64 x86"
19
	KEYWORDS="~amd64 ~x86"
20 20
fi
21 21

  
22 22
LICENSE="MIT-with-advertising"
......
26 26

  
27 27
BDEPEND="
28 28
	man? ( virtual/pandoc )
29
	test? (
30
		dev-lang/go
31
		dev-util/cppcheck
32
	)
29
	test? ( dev-lang/go )
33 30
"
34 31

  
35 32
src_unpack() {
Thank you!