Diff corfu-2.9 with a corfu-9999

/usr/portage/app-emacs/corfu/corfu-9999.ebuild 2026-05-27 19:17:04.532304500 +0300
1 1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=8
4
EAPI=9
5 5

  
6 6
NEED_EMACS="29.1"
7 7

  
......
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+"
25 25
SLOT="0"
26 26

  
27 27
RDEPEND="
28
	app-emacs/compat
28
	>=app-emacs/compat-31.0.0.1
29 29
"
30 30
BDEPEND="
31 31
	${RDEPEND}
Thank you!