Diff libeatmydata-130 with a libeatmydata-131

/usr/portage/sys-fs/libeatmydata/libeatmydata-131.ebuild 2023-10-09 14:52:35.516368502 +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=8
......
12 12

  
13 13
LICENSE="GPL-3"
14 14
SLOT="0"
15
KEYWORDS="amd64 arm arm64 ~hppa ~x86"
15
KEYWORDS="amd64 arm arm64 ~hppa ~loong ~x86"
16 16
IUSE="test"
17 17
RESTRICT="!test? ( test )"
18 18

  
19 19
BDEPEND="test? ( dev-util/strace )"
20 20

  
21 21
PATCHES=(
22
	"${FILESDIR}"/${PN}-130-implicit-function-decl-test.patch
22
	"${FILESDIR}"/${PN}-131-gnu_source.patch
23 23
)
24 24

  
25 25
multilib_src_configure() {
Thank you!