Diff trousers-0.3.15 with a trousers-0.3.15-r1

/usr/portage/app-crypt/trousers/trousers-0.3.15-r1.ebuild 2023-10-09 14:52:28.248368319 +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 4
EAPI=7
......
11 11

  
12 12
LICENSE="CPL-1.0 GPL-2"
13 13
SLOT="0"
14
KEYWORDS="amd64 arm arm64 ~loong ~m68k ~ppc ppc64 ~riscv ~s390 x86"
14
KEYWORDS="amd64 arm arm64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 x86"
15 15
IUSE="doc selinux" # gtk
16 16

  
17 17
# gtk support presently does NOT compile.
......
29 29
PATCHES=(
30 30
	"${FILESDIR}/${PN}-0.3.13-nouseradd.patch"
31 31
	"${FILESDIR}/${PN}-0.3.14-Makefile.am-Mark-tddl.a-nodist.patch"
32
	"${FILESDIR}/${P}-tspi-drop-the-use-of-getpwent_r.patch"
32 33
)
33 34

  
34 35
DOCS="AUTHORS ChangeLog NICETOHAVES README TODO"
Thank you!