Diff tllist-1.0.5-r1 with a tllist-1.1.0

/usr/portage/dev-libs/tllist/tllist-1.1.0.ebuild 2025-07-29 16:22:13.180450571 +0300
1
# Copyright 2020-2022 Gentoo Authors
1
# Copyright 2020-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
12 12

  
13 13
LICENSE="MIT"
14 14
SLOT="0"
15
KEYWORDS="amd64 ~arm64"
16

  
17
PATCHES=(
18
	"${FILESDIR}/${PN}-1.0.5-meson-pkgbuild-fix-version-number.patch"
19
)
15
KEYWORDS="amd64 arm64 ppc64 ~riscv ~x86"
20 16

  
21 17
src_install() {
22 18
	meson_src_install
Thank you!