Diff fossil-2.19 with a fossil-2.21

/usr/portage/dev-vcs/fossil/fossil-2.21.ebuild 2023-10-09 14:52:31.016368389 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit toolchain-funcs
7 7

  
8
MY_TAG="1e131febd3fbb028d00cab6d020214e8fe36be95daaf93237523c29c542e9a5f"
8
MY_TAG="f9aa474081f0618c76f4c2f4d6f0277a3fd480aa185d7da0b8b61b00fad1aa78"
9 9

  
10 10
DESCRIPTION="Simple, high-reliability, source control management, and more"
11 11
HOMEPAGE="https://www.fossil-scm.org/home"
......
13 13

  
14 14
LICENSE="BSD-2"
15 15
SLOT="0"
16
KEYWORDS="amd64 arm ppc ppc64 ~riscv x86"
16
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
17 17
IUSE="debug fusefs json system-sqlite +ssl static tcl tcl-stubs
18 18
	  tcl-private-stubs th1-docs th1-hooks"
19 19

  
Thank you!