Diff transient-0.12.0-r1 with a transient-9999

/usr/portage/app-emacs/transient/transient-9999.ebuild 2026-02-04 11:18:06.330872196 +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=9
4
EAPI=8
5 5

  
6 6
NEED_EMACS="28.1"
7 7

  
......
19 19
	SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
20 20
		-> ${P}.gh.tar.gz"
21 21

  
22
	KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
22
	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
23 23
fi
24 24

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