diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-19 13:05:14 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-19 13:07:51 +0800 |
commit | 64d3d58b9650b0f32b9ae774fcdd48c195c00288 (patch) | |
tree | 3364142e15c129b8f936781a35f52cdaef51dae6 /media-libs | |
parent | media-libs/libsdl2: keyword 2.0.20-r1 for ~loong (diff) | |
download | gentoo-64d3d58b9650b0f32b9ae774fcdd48c195c00288.tar.gz gentoo-64d3d58b9650b0f32b9ae774fcdd48c195c00288.tar.bz2 gentoo-64d3d58b9650b0f32b9ae774fcdd48c195c00288.zip |
media-libs/libsndfile: keyword 1.1.0-r1 for ~loong
All but one tests pass, the one failed with the following:
> Line 306 : Error at index 2, got -0.000739618, should be -0.000739618.
Clearly this is something wrong with the tests, not code, and package
itself should be usable.
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild b/media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild index 31ca425e0fd4..34ec2c2cf137 100644 --- a/media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild +++ b/media-libs/libsndfile/libsndfile-1.1.0-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/libsndfile/libsndfile.git" else SRC_URI="https://github.com/libsndfile/libsndfile/releases/download/${PV}/${P}.tar.xz" - 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" + 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" fi inherit python-any-r1 multilib-minimal |