Diff osm-2.2 with a osm-9999

/usr/portage/app-emacs/osm/osm-9999.ebuild 2025-10-20 18:18:07.410542683 +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
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/${PV}.tar.gz
19 19
		-> ${P}.gh.tar.gz"
20 20

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

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