Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsndfile/
Date: Thu, 19 May 2022 05:08:51
Message-Id: 1652936871.64d3d58b9650b0f32b9ae774fcdd48c195c00288.xen0n@gentoo
1 commit: 64d3d58b9650b0f32b9ae774fcdd48c195c00288
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 05:05:14 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 05:07:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d3d58b
7
8 media-libs/libsndfile: keyword 1.1.0-r1 for ~loong
9
10 All but one tests pass, the one failed with the following:
11
12 > Line 306 : Error at index 2, got -0.000739618, should be -0.000739618.
13
14 Clearly this is something wrong with the tests, not code, and package
15 itself should be usable.
16
17 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
18
19 media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild b/media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild
23 index 31ca425e0fd4..34ec2c2cf137 100644
24 --- a/media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild
25 +++ b/media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild
26 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then
27 EGIT_REPO_URI="https://github.com/libsndfile/libsndfile.git"
28 else
29 SRC_URI="https://github.com/libsndfile/libsndfile/releases/download/${PV}/${P}.tar.xz"
30 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
31 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
32 fi
33 inherit python-any-r1 multilib-minimal