Diff corfu-2.9 with a corfu-9999

/usr/portage/app-emacs/corfu/corfu-9999.ebuild 2025-10-20 18:18:07.407209389 +0300
1
# Copyright 1999-2026 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
18 18
	SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
19 19
		-> ${P}.gh.tar.gz"
20 20

  
21
	KEYWORDS="amd64 ~arm64 ~x86"
21
	KEYWORDS="~amd64 ~arm64 ~x86"
22 22
fi
23 23

  
24 24
LICENSE="GPL-3+"
......
36 36

  
37 37
src_prepare() {
38 38
	default
39

  
39 40
	mv ./extensions/*.el . || die
40 41
}
41 42

  
Thank you!