Diff cape-2.6 with a cape-9999

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

  
4
EAPI=9
4
EAPI=8
5 5

  
6 6
NEED_EMACS="29.1"
7 7

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

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

  
24 24
LICENSE="GPL-3+"
Thank you!